-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-44053][BUILD][3.4] Update ORC to 1.8.4 #41592
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
Conversation
|
@guiyanakuang Please make the PR against the master branch. You can change it here: |
The plan after ORC community discussion is Apache ORC 1.8.4 (2023-06-16, Yiqun Zhang) => Apache Spark 3.4.1 So I should have the right branch |
|
Hi, @guiyanakuang and @wangyum . Both of you are right and I'll release Apache ORC 1.9.0 in this month. This is more like a timing issue where Apache Spark If Apache Spark So, @guiyanakuang , could you make another PR for |
dongjoon-hyun
left a comment
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.
+1, LGTM (Pending CIs)
|
I updated the title of this PR to |
|
I get it. Thanks @dongjoon-hyun and @wangyum |
### What changes were proposed in this pull request? This PR aims to update ORC to 1.8.4. ### Why are the changes needed? This will bring the following bug fixes. - https://issues.apache.org/jira/projects/ORC/versions/12353041 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. Closes #41592 from guiyanakuang/ORC-1.8.4. Authored-by: Yiqun Zhang <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
|
Merged to branch-3.4 for Apache Spark 3.4.0. I merged #41593 first to master and merged this one. |
|
Welcome to the Apache Spark community again, @guiyanakuang ! |
This PR aims to update ORC to 1.8.4. This will bring the following bug fixes. - https://issues.apache.org/jira/projects/ORC/versions/12353041 No. Pass the CIs. Closes apache#41592 from guiyanakuang/ORC-1.8.4. Authored-by: Yiqun Zhang <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
### What changes were proposed in this pull request? This PR aims to update ORC to 1.8.4. ### Why are the changes needed? This will bring the following bug fixes. - https://issues.apache.org/jira/projects/ORC/versions/12353041 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. Closes apache#41592 from guiyanakuang/ORC-1.8.4. Authored-by: Yiqun Zhang <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
### What changes were proposed in this pull request? This PR aims to update ORC to 1.8.4. ### Why are the changes needed? This will bring the following bug fixes. - https://issues.apache.org/jira/projects/ORC/versions/12353041 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. Closes apache#41592 from guiyanakuang/ORC-1.8.4. Authored-by: Yiqun Zhang <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>


What changes were proposed in this pull request?
This PR aims to update ORC to 1.8.4.
Why are the changes needed?
This will bring the following bug fixes.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass the CIs.