[SPARK-35992][BUILD] Upgrade ORC to 1.6.9#33189
Closed
dongjoon-hyun wants to merge 2 commits intoapache:masterfrom
dongjoon-hyun:SPARK-35992
Closed
[SPARK-35992][BUILD] Upgrade ORC to 1.6.9#33189dongjoon-hyun wants to merge 2 commits intoapache:masterfrom dongjoon-hyun:SPARK-35992
dongjoon-hyun wants to merge 2 commits intoapache:masterfrom
dongjoon-hyun:SPARK-35992
Conversation
Member
Author
|
cc @gengliangwang This bug fix is required for Apache Spark 3.2.0. |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
Member
|
@dongjoon-hyun Thanks for the ping. for every test case under OrcEncryptionSuite |
|
Test build #140582 has finished for PR 33189 at commit
|
gengliangwang
approved these changes
Jul 2, 2021
Member
Author
|
Thank you for review, @gengliangwang . You can run it with SBT like the following. Did you run it in IntelliJ? |
Member
Author
|
Merged to master/3.2 for Apache Spark 3.2.0. |
dongjoon-hyun
added a commit
that referenced
this pull request
Jul 2, 2021
### What changes were proposed in this pull request? This PR aims to upgrade Apache ORC to 1.6.9. ### Why are the changes needed? This is required to bring ORC-804 in order to fix ORC encryption masking bug. ### Does this PR introduce _any_ user-facing change? No. This is not released yet. ### How was this patch tested? Pass the newly added test case. Closes #33189 from dongjoon-hyun/SPARK-35992. Lead-authored-by: Dongjoon Hyun <dongjoon@apache.org> Co-authored-by: Dongjoon Hyun <dhyun@apple.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit c55b9fd) 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 upgrade Apache ORC to 1.6.9.
Why are the changes needed?
This is required to bring ORC-804 in order to fix ORC encryption masking bug.
Does this PR introduce any user-facing change?
No. This is not released yet.
How was this patch tested?
Pass the newly added test case.