-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-39430: [C++][ORC] Upgrade ORC to 1.9.2 #39431
Conversation
|
Thank you! |
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 984eb38. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them. |
### Rationale for this change This PR aims to bring the latest bug fixes - https://orc.apache.org/news/2023/11/10/ORC-1.9.2/ - [ORC-1525 Fix bad read in RleDecoderV2::readByte](https://issues.apache.org/jira/browse/ORC-1525) - https://orc.apache.org/news/2023/08/16/ORC-1.9.1/ - [ORC-1462 Bump aircompressor to 0.25 to fix JDK-8081450](https://issues.apache.org/jira/browse/ORC-1462) ### What changes are included in this PR? This PR upgrades ORC dependency from 1.9.0 to 1.9.2. ### Are these changes tested? Pass the CIs. ### Are there any user-facing changes? No. * Closes: apache#39430 Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: David Li <[email protected]>
### Rationale for this change This PR aims to bring the latest bug fixes - https://orc.apache.org/news/2023/11/10/ORC-1.9.2/ - [ORC-1525 Fix bad read in RleDecoderV2::readByte](https://issues.apache.org/jira/browse/ORC-1525) - https://orc.apache.org/news/2023/08/16/ORC-1.9.1/ - [ORC-1462 Bump aircompressor to 0.25 to fix JDK-8081450](https://issues.apache.org/jira/browse/ORC-1462) ### What changes are included in this PR? This PR upgrades ORC dependency from 1.9.0 to 1.9.2. ### Are these changes tested? Pass the CIs. ### Are there any user-facing changes? No. * Closes: apache#39430 Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: David Li <[email protected]>
### Rationale for this change This PR aims to bring the latest bug fixes - https://orc.apache.org/news/2023/11/10/ORC-1.9.2/ - [ORC-1525 Fix bad read in RleDecoderV2::readByte](https://issues.apache.org/jira/browse/ORC-1525) - https://orc.apache.org/news/2023/08/16/ORC-1.9.1/ - [ORC-1462 Bump aircompressor to 0.25 to fix JDK-8081450](https://issues.apache.org/jira/browse/ORC-1462) ### What changes are included in this PR? This PR upgrades ORC dependency from 1.9.0 to 1.9.2. ### Are these changes tested? Pass the CIs. ### Are there any user-facing changes? No. * Closes: apache#39430 Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: David Li <[email protected]>
Rationale for this change
This PR aims to bring the latest bug fixes
What changes are included in this PR?
This PR upgrades ORC dependency from 1.9.0 to 1.9.2.
Are these changes tested?
Pass the CIs.
Are there any user-facing changes?
No.