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

GH-44744: [C++] Upgrade ORC to 2.0.3 #44745

Closed dongjoon-hyun closed 4 days ago

dongjoon-hyun commented 6 days ago

Rationale for this change

This PR aims to upgrade ORC to 2.0.3 to bring the following bug fixes.

What changes are included in this PR?

To use the latest bug fixed version.

Are these changes tested?

This should pass the CIs.

Are there any user-facing changes?

No.

github-actions[bot] commented 6 days ago

:warning: GitHub issue #44744 has been automatically assigned in GitHub to PR creator.

kou commented 5 days ago

@github-actions crossbow submit -g cpp

github-actions[bot] commented 5 days ago

Revision: c9c47e8aa268bbd66e660eb5cbcc3c57b73c4260

Submitted crossbow builds: ursacomputing/crossbow @ actions-bdc7d7882a

Task Status
example-cpp-minimal-build-static GitHub Actions
example-cpp-minimal-build-static-system-dependency GitHub Actions
example-cpp-tutorial GitHub Actions
test-alpine-linux-cpp GitHub Actions
test-build-cpp-fuzz GitHub Actions
test-conda-cpp GitHub Actions
test-conda-cpp-valgrind GitHub Actions
test-cuda-cpp-ubuntu-20.04-cuda-11.2.2 GitHub Actions
test-cuda-cpp-ubuntu-22.04-cuda-11.7.1 GitHub Actions
test-debian-12-cpp-amd64 GitHub Actions
test-debian-12-cpp-i386 GitHub Actions
test-fedora-39-cpp GitHub Actions
test-ubuntu-20.04-cpp GitHub Actions
test-ubuntu-20.04-cpp-bundled GitHub Actions
test-ubuntu-22.04-cpp GitHub Actions
test-ubuntu-22.04-cpp-20 GitHub Actions
test-ubuntu-22.04-cpp-emscripten GitHub Actions
test-ubuntu-22.04-cpp-no-threading GitHub Actions
test-ubuntu-24.04-cpp GitHub Actions
test-ubuntu-24.04-cpp-gcc-13-bundled GitHub Actions
test-ubuntu-24.04-cpp-gcc-14 GitHub Actions
test-ubuntu-24.04-cpp-minimal-with-formats GitHub Actions
test-ubuntu-24.04-cpp-thread-sanitizer 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 00de992cf954884644692b27a983e3ac9040ef86.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 4 possible false positives for unstable benchmarks that are known to sometimes produce them.

dongjoon-hyun commented 3 days ago

Thank you, @kou .