Skip to content

Commit

Permalink
apacheGH-44744: [C++] Upgrade ORC to 2.0.3 (apache#44745)
Browse files Browse the repository at this point in the history
### Rationale for this change

This PR aims to upgrade ORC to 2.0.3 to bring the following bug fixes.
- https://orc.apache.org/news/2024/08/15/ORC-2.0.2/
  - apache/orc#1963
  - apache/orc#1997
  - apache/orc#1981
- https://orc.apache.org/news/2024/11/14/ORC-2.0.3/
  - apache/orc#2055

### 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 Issue: apache#44744

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
dongjoon-hyun authored Nov 17, 2024
1 parent 64a3768 commit 00de992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/thirdparty/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ ARROW_OPENTELEMETRY_BUILD_VERSION=v1.13.0
ARROW_OPENTELEMETRY_BUILD_SHA256_CHECKSUM=7735cc56507149686e6019e06f588317099d4522480be5f38a2a09ec69af1706
ARROW_OPENTELEMETRY_PROTO_BUILD_VERSION=v0.17.0
ARROW_OPENTELEMETRY_PROTO_BUILD_SHA256_CHECKSUM=f269fbcb30e17b03caa1decd231ce826e59d7651c0f71c3b28eb5140b4bb5412
ARROW_ORC_BUILD_VERSION=2.0.1
ARROW_ORC_BUILD_SHA256_CHECKSUM=1ffac0228aa83f04a1b1cf2788a3af5953e82587ae3a77c41900e99f2557132d
ARROW_ORC_BUILD_VERSION=2.0.3
ARROW_ORC_BUILD_SHA256_CHECKSUM=082cba862b5a8a0d14c225404d0b51cd8d1b64ca81b8f1e500322ce8922cb86d
ARROW_PROTOBUF_BUILD_VERSION=v21.3
ARROW_PROTOBUF_BUILD_SHA256_CHECKSUM=2f723218f6cb709ae4cdc4fb5ed56a5951fc5d466f0128ce4c946b8c78c8c49f
# Because of https://github.com/Tencent/rapidjson/pull/1323, we require
Expand Down

0 comments on commit 00de992

Please sign in to comment.