-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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-33843][BUILD] Upgrade to Zstd 1.4.8 #30848
Conversation
Test build #133041 has finished for PR 30848 at commit
|
retest this please |
Kubernetes integration test starting |
Kubernetes integration test status failure |
Test build #133053 has finished for PR 30848 at commit
|
lgtm |
Wow. Thank you guys for the approval, @HyukjinKwon , @mridulm and @maropu . |
Kubernetes integration test starting |
Kubernetes integration test status failure |
Could you review and approve this once more? I switch SPARK-33843 from |
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.
Seems fine.
Thank you, @srowen ! |
Thank you, @maropu ! |
### What changes were proposed in this pull request? This PR aims to upgrade Zstd library to 1.4.8. ### Why are the changes needed? This will bring Zstd 1.4.7 and 1.4.8 improvement and bug fixes and the following from `zstd-jni`. - https://github.com/facebook/zstd/releases/tag/v1.4.7 - https://github.com/facebook/zstd/releases/tag/v1.4.8 - luben/zstd-jni#153 (Apple M1 architecture) ### Does this PR introduce _any_ user-facing change? This will unblock Apple Silicon usage. ### How was this patch tested? Pass the CIs. Closes #30848 from dongjoon-hyun/SPARK-33843. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 00642ee) Signed-off-by: Dongjoon Hyun <[email protected]>
Merged to master/3.1. |
Test build #133066 has finished for PR 30848 at commit
|
What changes were proposed in this pull request?
This PR aims to upgrade Zstd library to 1.4.8.
Why are the changes needed?
This will bring Zstd 1.4.7 and 1.4.8 improvement and bug fixes and the following from
zstd-jni
.Does this PR introduce any user-facing change?
This will unblock Apple Silicon usage.
How was this patch tested?
Pass the CIs.