This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 00de992cf9 GH-44744: [C++] Upgrade ORC to 2.0.3 (#44745)
00de992cf9 is described below

commit 00de992cf954884644692b27a983e3ac9040ef86
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Nov 17 15:24:40 2024 -0800

    GH-44744: [C++] Upgrade ORC to 2.0.3 (#44745)
    
    ### 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/
      - https://github.com/apache/orc/pull/1963
      - https://github.com/apache/orc/pull/1997
      - https://github.com/apache/orc/issues/1981
    - https://orc.apache.org/news/2024/11/14/ORC-2.0.3/
      - https://github.com/apache/orc/pull/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: #44744
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 cpp/thirdparty/versions.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpp/thirdparty/versions.txt b/cpp/thirdparty/versions.txt
index 369a49744b..5d8ccb8610 100644
--- a/cpp/thirdparty/versions.txt
+++ b/cpp/thirdparty/versions.txt
@@ -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

Reply via email to