-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-44513][BUILD][3.4] Upgrade snappy-java to 1.1.10.3 #42127
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-44513][BUILD][3.4] Upgrade snappy-java to 1.1.10.3 #42127
Conversation
|
cc @wangyum |
|
Could you re-run the failed test pipelines, @panbingkun ? |
Done, let's waiting CI. |
ok |
@dongjoon-hyun @HyukjinKwon @LuciferYang @wangyum |
|
Can we just skip the check of |
|
yeah, I think so |
|
Ignoring |
|
The GA finally turned green. |
### What changes were proposed in this pull request? - The pr is for branch-3.4. - The pr aims to upgrade snappy-java from 1.1.10.2 to 1.1.10.3. ### Why are the changes needed? 1.The newest version include a bug fixed: - Fix the GLIBC_2.32 not found issue of libsnappyjava.so in certain Linux distributions on s390x by kun-lu20 in xerial/snappy-java#481 2.Release notes: https://github.com/xerial/snappy-java/releases/tag/v1.1.10.3 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. Closes #42127 from panbingkun/branch-3.4_snappy_1_1_10_3. Authored-by: panbingkun <[email protected]> Signed-off-by: Yuming Wang <[email protected]>
|
Thanks. Merged to branch-3.4. |
### What changes were proposed in this pull request? - The pr is for branch-3.4. - The pr aims to upgrade snappy-java from 1.1.10.2 to 1.1.10.3. ### Why are the changes needed? 1.The newest version include a bug fixed: - Fix the GLIBC_2.32 not found issue of libsnappyjava.so in certain Linux distributions on s390x by kun-lu20 in xerial/snappy-java#481 2.Release notes: https://github.com/xerial/snappy-java/releases/tag/v1.1.10.3 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. Closes apache#42127 from panbingkun/branch-3.4_snappy_1_1_10_3. Authored-by: panbingkun <[email protected]> Signed-off-by: Yuming Wang <[email protected]>




What changes were proposed in this pull request?
Why are the changes needed?
1.The newest version include a bug fixed:
GLIBC_2.32 not foundissue oflibsnappyjava.soin certain Linux distributions on s390x xerial/snappy-java#4812.Release notes:
https://github.com/xerial/snappy-java/releases/tag/v1.1.10.3
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass GA.