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

gangwu 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 231c3a9c33 GH-46359: [C++][Thirdparty] Bump Apache ORC to 2.1.2 
(#46360)
231c3a9c33 is described below

commit 231c3a9c33fd544424aa9b89281552d99f876986
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed May 7 18:23:29 2025 -0700

    GH-46359: [C++][Thirdparty] Bump Apache ORC to 2.1.2 (#46360)
    
    ### Rationale for this change
    
    This PR aims to Bump Apache ORC to 2.1.2.
    
    ### What changes are included in this PR?
    
    Upgrade Apache ORC to 2.1.2 to bring the latest bug fixes.
    - https://orc.apache.org/news/2025/05/06/ORC-2.1.2/
    - https://github.com/apache/orc/releases/tag/v2.1.2
        - [ORC-1879](https://issues.apache.org/jira/browse/ORC-1879): [C++] Fix 
Heap Buffer Overflow in LZO Decompression
        - [ORC-1881](https://issues.apache.org/jira/browse/ORC-1881): [C++] 
Populate dstBatch's scale and precision in DecimalConvertColumnReader
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    This PR contains a critical fix.
    * GitHub Issue: #46359
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Gang Wu <[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 2cba44103d..bb8dca4a78 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.1.1
-ARROW_ORC_BUILD_SHA256_CHECKSUM=15af8baeee322bab0298559a14a09cf8c14cf2008e35d8a78d3cc8a4c98d1e59
+ARROW_ORC_BUILD_VERSION=2.1.2
+ARROW_ORC_BUILD_SHA256_CHECKSUM=55451e65dea6ed42afb39fe33a88f9dcea8928dca0a0c9c23ef5545587810b4c
 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