[SPARK-40134][BUILD] Update ORC to 1.7.6#37563
Closed
williamhyun wants to merge 1 commit intoapache:masterfrom
williamhyun:ORC-176
Closed
[SPARK-40134][BUILD] Update ORC to 1.7.6#37563williamhyun wants to merge 1 commit intoapache:masterfrom williamhyun:ORC-176
williamhyun wants to merge 1 commit intoapache:masterfrom
williamhyun:ORC-176
Conversation
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Could you re-trigger the test, @williamhyun ?
dongjoon-hyun
approved these changes
Aug 18, 2022
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Thank you, @williamhyun .
Merged to master/3.3.
dongjoon-hyun
pushed a commit
that referenced
this pull request
Aug 18, 2022
This PR aims to update ORC to 1.7.6. This will bring the latest changes and bug fixes. https://github.com/apache/orc/releases/tag/v1.7.6 - ORC-1204: ORC MapReduce writer to flush when long arrays - ORC-1205: `nextVector` should invoke `ensureSize` when reusing vectors - ORC-1215: Remove a wrong `NotNull` annotation on `value` of `setAttribute` - ORC-1222: Upgrade `tools.hadoop.version` to 2.10.2 - ORC-1227: Use `Constructor.newInstance` instead of `Class.newInstance` - ORC-1228: Fix `setAttribute` to handle null value No. Pass the CIs. Closes #37563 from williamhyun/ORC-176. Authored-by: William Hyun <william@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit a1a049f) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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 update ORC to 1.7.6.
Why are the changes needed?
This will bring the latest changes and bug fixes.
https://github.com/apache/orc/releases/tag/v1.7.6
nextVectorshould invokeensureSizewhen reusing vectorsNotNullannotation onvalueofsetAttributetools.hadoop.versionto 2.10.2Constructor.newInstanceinstead ofClass.newInstancesetAttributeto handle null valueDoes this PR introduce any user-facing change?
No.
How was this patch tested?
Pass the CIs.