Uh oh!
There was an error while loading. Please reload this page.
[SPARK-33205][BUILD] Bump snappy-java version to 1.1.8 - #30120
Closed
maropu wants to merge 1 commit into
Closed
Conversation
SparkQA
commented
Oct 21, 2020
Kubernetes integration test starting |
SparkQA
commented
Oct 21, 2020
Kubernetes integration test status success |
SparkQA
commented
Oct 21, 2020
Test build #130093 has finished for PR 30120 at commit
|
4 tasks
Fokko
approved these changes
Oct 21, 2020
Fokko
left a comment
Contributor
There was a problem hiding this comment.
Thanks!
Let's do the same for Parquet: apache/parquet-java#833
kiszk
approved these changes
Oct 21, 2020
viirya
approved these changes
Oct 21, 2020
viirya
commented
Oct 21, 2020
Member
Thanks. Merging to master. |
dongjoon-hyun
commented
Oct 21, 2020
Member
Great! Thank you all! |
maropu
commented
Oct 21, 2020
MemberAuthor
Thanks, all~ |
wangyum pushed a commit
that referenced
this pull request
May 26, 2023
…py-java version to 1.1.8.4 (#1198) * [CARMEL-6489][SPARK-33205][BUILD] Bump snappy-java version to 1.1.8 Backport #30120 * [CARMEL-6489][SPARK-33725][BUILD] Upgrade snappy-java to 1.1.8.2 Backport #30690 * [CARMEL-6489][SPARK-35277][BUILD] Upgrade snappy to 1.1.8.4 Backport #32402
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR intends to upgrade snappy-java from 1.1.7.5 to 1.1.8.
Why are the changes needed?
For performance improvements; the released
snappy-javabundles the latestSnappyv1.1.8 binaries with small performance improvements.Does this PR introduce any user-facing change?
No.
How was this patch tested?
GA tests.