-
Notifications
You must be signed in to change notification settings - Fork 28.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SPARK-15541] Casting ConcurrentHashMap to ConcurrentMap (branch-1.6) #14390
Conversation
Test build #62959 has finished for PR 14390 at commit
|
Test build #62960 has finished for PR 14390 at commit
|
Test build #62963 has finished for PR 14390 at commit
|
@jkbradley |
LGTM |
... but this needs to be opened vs master first. Don't worry about the flaky test here. |
Ping @maver1ck |
I added another PR #14459 vs master. Using following command to find suspicious code.
|
Can you close this PR please? |
Could you tell me why ? |
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) |
As you merged #14459 I removed changes in Dispatcher.scala. |
Test build #63131 has finished for PR 14390 at commit
|
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 <[email protected]> Closes #14390 from maver1ck/spark-15541.
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 <[email protected]> Closes apache#14390 from maver1ck/spark-15541. (cherry picked from commit 797e758)
Done. |
@srowen |
@maver1ck I think you need to open another pr for change in Catalog.scala. |
Test build #63220 has finished for PR 14390 at commit
|
@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