[SPARK-47023][BUILD] Upgrade aircompressor to 0.26#45084
Closed
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-47023][BUILD] Upgrade aircompressor to 0.26#45084dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
aircompressor to 0.26#45084dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
Conversation
sunchao
reviewed
Feb 12, 2024
| </dependency> | ||
| <dependency> | ||
| <groupId>io.airlift</groupId> | ||
| <artifactId>aircompressor</artifactId> |
Member
There was a problem hiding this comment.
just curious why we need to bring a new dependency for this: where is the old dependency (aircompressor 0.25) come from?
Member
Author
There was a problem hiding this comment.
Basically, it came from Apache ORC library.
Member
Author
There was a problem hiding this comment.
Member
Author
There was a problem hiding this comment.
Also, Parquet also has some dependency.
However, I'm not sure about Parquet part. This PR aims to override it from Apache Spark side.
Member
Author
|
Thank you, @sunchao ! If new libraries come in the future, we will remove this override back. |
Member
Author
|
Merged to master. |
dongjoon-hyun
added a commit
that referenced
this pull request
Feb 13, 2024
This PR aims to upgrade `aircompressor` to 1.26. `aircompressor` v1.26 has the following bug fixes. - [Fix out of bounds read/write in Snappy decompressor](airlift/aircompressor@b89db18) - [Fix ZstdOutputStream corruption on double close](airlift/aircompressor@b89db18) No. Pass the CIs. No. Closes #45084 from dongjoon-hyun/SPARK-47023. Authored-by: Dongjoon Hyun <dhyun@apple.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
Member
Author
|
Since the RC1 vote fails, I backported this to branch-3.5. |
aircompressor to 1.26aircompressor to 0.26
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 free
to 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 aims to upgrade
aircompressorto 0.26.Why are the changes needed?
aircompressorv0.26 has the following bug fixes.Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass the CIs.
Was this patch authored or co-authored using generative AI tooling?
No.