-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-31655][BUILD][2.4] Upgrade snappy-java to 1.1.7.5 #28506
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
Conversation
|
If we're going to port this back to 2.4, we should do it for 3.0 as well. |
I think we should do that, some user have meeting this problem. |
|
Test build #122529 has finished for PR 28506 at commit
|
|
retest this please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think we can have a valid unit test case for this? (non-ppc64le part)
|
Test build #122534 has finished for PR 28506 at commit
|
|
Test deps failed since #28509 (comment) |
|
Retest this please |
|
Test build #122654 has finished for PR 28506 at commit
|
|
retest this please |
|
Test build #122656 has finished for PR 28506 at commit
|
|
retest this please |
|
@maropu many thanks for backporting this fix! I wasn't expecting such a swift turnaround time :) I regret to say that at the moment I don't know yet when I can be able to test this due to certain constraints on my end. Apologies for that and many thanks again for your work put into this fix. |
|
Test build #122672 has finished for PR 28506 at commit
|
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM. Merged to branch-2.4. Thanks.
### What changes were proposed in this pull request? snappy-java have release v1.1.7.5, upgrade to latest version. Fixed in v1.1.7.4 - Caching internal buffers for SnappyFramed streams #234 - Fixed the native lib for ppc64le to work with glibc 2.17 (Previously it depended on 2.22) Fixed in v1.1.7.5 - Fixes java.lang.NoClassDefFoundError: org/xerial/snappy/pool/DefaultPoolFactory in 1.1.7.4 xerial/snappy-java@1.1.7.3...1.1.7.5 v 1.1.7.5 release note: xerial/snappy-java@edc4ec2 ### Why are the changes needed? Fix bug ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? No need Closes #28506 from AngersZhuuuu/spark-31655-2.4. Authored-by: angerszhu <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
|
Thanks, all! |
What changes were proposed in this pull request?
snappy-java have release v1.1.7.5, upgrade to latest version.
Fixed in v1.1.7.4
Fixed in v1.1.7.5
xerial/snappy-java@1.1.7.3...1.1.7.5
v 1.1.7.5 release note:
xerial/snappy-java@edc4ec2
Why are the changes needed?
Fix bug
Does this PR introduce any user-facing change?
No
How was this patch tested?
No need