Uh oh!
There was an error while loading. Please reload this page.
[SPARK-15541] Casting ConcurrentHashMap to ConcurrentMap (branch-1.6) - #14390
[SPARK-15541] Casting ConcurrentHashMap to ConcurrentMap (branch-1.6)#14390maver1ck wants to merge 5 commits into
Conversation
SparkQA
commented
Jul 28, 2016
Test build #62959 has finished for PR 14390 at commit
|
SparkQA
commented
Jul 28, 2016
Test build #62960 has finished for PR 14390 at commit
|
SparkQA
commented
Jul 28, 2016
Test build #62963 has finished for PR 14390 at commit
|
maver1ck
commented
Jul 28, 2016
@jkbradley |
srowen
commented
Jul 28, 2016
LGTM |
srowen
commented
Jul 28, 2016
... but this needs to be opened vs master first. Don't worry about the flaky test here. |
srowen
commented
Jul 31, 2016
Ping @maver1ck |
I added another PR #14459 vs master. Using following command to find suspicious code. |
srowen
commented
Aug 2, 2016
Can you close this PR please? |
Could you tell me why ? |
srowen
commented
Aug 2, 2016
We merge to master first and then cherry pick into other branches. Unless the patch is quite different in other branches, we can just merge it into others automatically. |
I know that. So maybe this patch should add only changes in Catalog.scala ? (and we we'll patch it after #14459) |
maver1ck
commented
Aug 2, 2016
As you merged #14459 I removed changes in Dispatcher.scala. |
SparkQA
commented
Aug 2, 2016
Test build #63131 has finished for PR 14390 at commit
|
srowen
commented
Aug 2, 2016
Ah, I get it now. I will merge this too then. Thank you. |
## What changes were proposed in this pull request? Casting ConcurrentHashMap to ConcurrentMap allows to run code compiled with Java 8 on Java 7 ## How was this patch tested? Compilation. Existing automatic tests Author: Maciej Brynski <maciej.brynski@adpilot.pl> Closes#14390 from maver1ck/spark-15541.
srowen
commented
Aug 2, 2016
Merged. @maver1ck you'll have to manually close it since the ASF bot won't close PRs not open vs master. |
## What changes were proposed in this pull request? Casting ConcurrentHashMap to ConcurrentMap allows to run code compiled with Java 8 on Java 7 ## How was this patch tested? Compilation. Existing automatic tests Author: Maciej Brynski <maciej.brynski@adpilot.pl> Closesapache#14390 from maver1ck/spark-15541. (cherry picked from commit 797e758)
maver1ck
commented
Aug 3, 2016
Done. |
maver1ck
commented
Aug 4, 2016
@srowen |
zzcclp
commented
Aug 4, 2016
@maver1ck I think you need to open another pr for change in Catalog.scala. |
SparkQA
commented
Aug 4, 2016
Test build #63220 has finished for PR 14390 at commit
|
srowen
commented
Aug 4, 2016
@maver1ck this is already merged, leave it closed |
What changes were proposed in this pull request?
Casting ConcurrentHashMap to ConcurrentMap allows to run code compiled with Java 8 on Java 7
How was this patch tested?
Compilation. Existing automatic tests