-
Notifications
You must be signed in to change notification settings - Fork 28.7k
[SPARK-52691][BUILD] Upgrade ORC to 2.1.3 #51382
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
Closed
Closed
Conversation
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
12 tasks
HyukjinKwon
approved these changes
Jul 6, 2025
peter-toth
approved these changes
Jul 7, 2025
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.
LGTM, pending RC vote
Thank you, @HyukjinKwon and @peter-toth |
LuciferYang
approved these changes
Jul 8, 2025
yaooqinn
approved these changes
Jul 8, 2025
Thank you, @LuciferYang and @yaooqinn , too. |
LGTM! |
Thank you all. Merged to master/4.0. |
dongjoon-hyun
added a commit
that referenced
this pull request
Jul 9, 2025
### What changes were proposed in this pull request? This PR aims to upgrade ORC to 2.1.3. ### Why are the changes needed? To bring the latest bug fixes. - https://github.com/apache/orc/releases/tag/v2.1.3 ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #51382 from dongjoon-hyun/SPARK-52691. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit e721284) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
asl3
pushed a commit
to asl3/spark
that referenced
this pull request
Jul 14, 2025
### What changes were proposed in this pull request? This PR aims to upgrade ORC to 2.1.3. ### Why are the changes needed? To bring the latest bug fixes. - https://github.com/apache/orc/releases/tag/v2.1.3 ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#51382 from dongjoon-hyun/SPARK-52691. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
ksbeyer
pushed a commit
to ksbeyer/spark
that referenced
this pull request
Jul 14, 2025
### What changes were proposed in this pull request? This PR aims to upgrade ORC to 2.1.3. ### Why are the changes needed? To bring the latest bug fixes. - https://github.com/apache/orc/releases/tag/v2.1.3 ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#51382 from dongjoon-hyun/SPARK-52691. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
haoyangeng-db
pushed a commit
to haoyangeng-db/apache-spark
that referenced
this pull request
Jul 22, 2025
### What changes were proposed in this pull request? This PR aims to upgrade ORC to 2.1.3. ### Why are the changes needed? To bring the latest bug fixes. - https://github.com/apache/orc/releases/tag/v2.1.3 ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#51382 from dongjoon-hyun/SPARK-52691. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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.1.3.
Why are the changes needed?
To bring the latest bug fixes.
Does this PR introduce any user-facing change?
No behavior change.
How was this patch tested?
Pass the CIs.
Was this patch authored or co-authored using generative AI tooling?
No.