apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.63k stars 3.56k forks source link

MINOR: [Java] Bump `orc-core` to 1.9.5 #44743

Closed dongjoon-hyun closed 5 days ago

dongjoon-hyun commented 6 days ago

Rationale for this change

This PR aims to upgrade orc-core to 1.9.5.

What changes are included in this PR?

To use the latest bug-fixed version in testing.

Are these changes tested?

Pass the CIs.

Are there any user-facing changes?

No, this is a test dependency.

kou commented 5 days ago

@github-actions crossbow submit -g java

github-actions[bot] commented 5 days ago

Revision: 4b91acd4db9f2d1a9291112d5579cdf6db52fbf7

Submitted crossbow builds: ursacomputing/crossbow @ actions-83375c9dda

Task Status
java-jars GitHub Actions
test-conda-python-3.11-spark-master GitHub Actions
verify-rc-source-java-linux-almalinux-8-amd64 GitHub Actions
verify-rc-source-java-linux-conda-latest-amd64 GitHub Actions
verify-rc-source-java-linux-ubuntu-20.04-amd64 GitHub Actions
verify-rc-source-java-linux-ubuntu-22.04-amd64 GitHub Actions
verify-rc-source-java-macos-amd64 GitHub Actions
conbench-apache-arrow[bot] commented 4 days ago

After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit e79f65cbd7851a9c4abdde81bf444b6d6b1de1bb.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

dongjoon-hyun commented 3 days ago

Thank you, @lidavidm .