-
Notifications
You must be signed in to change notification settings - Fork 506
ORC-1972: Upgrade ORC Format to 1.1.1
#2355
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
16 tasks
36a6c0b to
53ab698
Compare
b25ce37 to
fb731b3
Compare
dongjoon-hyun
added a commit
that referenced
this pull request
Aug 19, 2025
### What changes were proposed in this pull request? This PR aims to upgrade `ORC Format` to 1.1.1. ### Why are the changes needed? To fix the mismatch of `protoc` and `protobuf-java` and remove the excessive warnings. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2355 from dongjoon-hyun/ORC-1972. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 8129696) Signed-off-by: Dongjoon Hyun <[email protected]>
Member
Author
|
Merged to main/2.2. |
dongjoon-hyun
added a commit
to apache/spark
that referenced
this pull request
Oct 1, 2025
### What changes were proposed in this pull request? This PR aims to upgrade ORC to 2.2.1. ### Why are the changes needed? To bring the latest bug fix version. Although we upgraded ORC Format independently, ORC 2.2.1 is the first official version with ORC Format 1.1.1. - https://orc.apache.org/news/2025/10/01/ORC-2.2.1/ - https://github.com/apache/orc/milestone/51?closed=1 - apache/orc#2355 ### 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 #52478 from dongjoon-hyun/SPARK-53741. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
huangxiaopingRD
pushed a commit
to huangxiaopingRD/spark
that referenced
this pull request
Nov 25, 2025
### What changes were proposed in this pull request? This PR aims to upgrade ORC to 2.2.1. ### Why are the changes needed? To bring the latest bug fix version. Although we upgraded ORC Format independently, ORC 2.2.1 is the first official version with ORC Format 1.1.1. - https://orc.apache.org/news/2025/10/01/ORC-2.2.1/ - https://github.com/apache/orc/milestone/51?closed=1 - apache/orc#2355 ### 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#52478 from dongjoon-hyun/SPARK-53741. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
dongjoon-hyun
added a commit
that referenced
this pull request
Jan 4, 2026
### What changes were proposed in this pull request? This PR aims to fix `Meson` build to use `ORC Format` 1.1.1. ### Why are the changes needed? Since ORC 2.2.1, we has been using `ORC Format` 1.1.1 in `Java/CMake` build except `Meson` build. We should fix it to be consistent. - #2355 ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2474 from dongjoon-hyun/ORC-2051. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
dongjoon-hyun
added a commit
that referenced
this pull request
Jan 4, 2026
### What changes were proposed in this pull request? This PR aims to fix `Meson` build to use `ORC Format` 1.1.1. ### Why are the changes needed? Since ORC 2.2.1, we has been using `ORC Format` 1.1.1 in `Java/CMake` build except `Meson` build. We should fix it to be consistent. - #2355 ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2474 from dongjoon-hyun/ORC-2051. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit a7bd566) Signed-off-by: Dongjoon Hyun <[email protected]>
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 Formatto 1.1.1.Why are the changes needed?
To fix the mismatch of
protocandprotobuf-javaand remove the excessive warnings.How was this patch tested?
Pass the CIs.
Was this patch authored or co-authored using generative AI tooling?
No.