-
Notifications
You must be signed in to change notification settings - Fork 28.3k
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-30486][BUILD] Bump lz4-java version to 1.7.1 #27271
Conversation
FYI: lz4/lz4-java#156 |
Yes, I've been waiting for this, @maropu .
|
The Jenkins will pass because Google Maven Central is only used in GitHub Action. |
This is not available yet at https://mvnrepository.com/artifact/org.lz4/lz4-java/1.7.1, too. |
Test build #116972 has finished for PR 27271 at commit
|
retest this please |
Test build #116982 has finished for PR 27271 at commit
|
It came to https://mvnrepository.com/artifact/org.lz4/lz4-java/1.7.1, but did not come to https://maven-central.storage-download.googleapis.com/repos/central/data/ yet. |
Rebased to master. |
Thank you, @maropu ! |
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. (Pending GitHub Action)
Thank you, @maropu, @kiszk , and @HyukjinKwon . |
Thanks, @dongjoon-hyun ! |
Test build #117051 has finished for PR 27271 at commit
|
What changes were proposed in this pull request?
This pr intends to upgrade lz4-java from 1.7.0 to 1.7.1.
Why are the changes needed?
This release includes a bug fix for older macOS. You can see the link below for the changes;
https://github.com/lz4/lz4-java/blob/master/CHANGES.md#171
Does this PR introduce any user-facing change?
How was this patch tested?
Existing tests.