[SPARK-54979][BUILD] Upgrade ORC to 2.2.2#53743
Closed
dongjoon-hyun wants to merge 2 commits intoapache:masterfrom
Closed
[SPARK-54979][BUILD] Upgrade ORC to 2.2.2#53743dongjoon-hyun wants to merge 2 commits intoapache:masterfrom
dongjoon-hyun wants to merge 2 commits intoapache:masterfrom
Conversation
JIRA Issue Information=== Bug SPARK-54979 === This comment was automatically generated by GitHub Actions |
12 tasks
Member
Author
Member
Author
|
The documentation CI failure is going to be handled via the following PR. |
Member
Author
|
This PR is ready now. Could you review this PR when you have some time, @HyukjinKwon ? |
HyukjinKwon
approved these changes
Jan 12, 2026
Member
Author
|
Thank you, @HyukjinKwon . |
dongjoon-hyun
added a commit
that referenced
this pull request
Jan 12, 2026
### What changes were proposed in this pull request? This PR aims to upgrade ORC to 2.2.2. ### Why are the changes needed? To use the latest bug fixed version. - https://github.com/apache/orc/releases/tag/v2.2.2 - https://orc.apache.org/news/2026/01/11/ORC-2.2.2/ - https://repo1.maven.org/maven2/org/apache/orc/orc-core/2.2.2/ ### 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. Closes #53743 from dongjoon-hyun/SPARK-54979. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 5fed54b) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Member
Author
|
Merged to master/4.1. |
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 ORC to 2.2.2.
Why are the changes needed?
To use the latest bug fixed version.
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.