You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by su...@apache.org on 2022/02/13 19:28:02 UTC

[arrow] branch master updated: ARROW-15657: [C++][Java] Upgrade Apache ORC to 1.7.3

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 45041fc  ARROW-15657: [C++][Java] Upgrade Apache ORC to 1.7.3
45041fc is described below

commit 45041fcd92b72bd36c08ca8d03074ccef7d9d782
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Sun Feb 13 11:26:14 2022 -0800

    ARROW-15657: [C++][Java] Upgrade Apache ORC to 1.7.3
    
    This PR aims to upgrade Apache ORC to 1.7.3 which is the 3rd maintenance release at 1.7 line.
    
    - https://orc.apache.org/news/2022/02/09/ORC-1.7.3/
    - https://github.com/apache/orc/releases/tag/v1.7.3
    
    Closes #12397 from dongjoon-hyun/ARROW-15657
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: Chao Sun <su...@apache.org>
---
 cpp/thirdparty/versions.txt | 4 ++--
 java/adapter/orc/pom.xml    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cpp/thirdparty/versions.txt b/cpp/thirdparty/versions.txt
index 27a6ca5..6a86b4d 100644
--- a/cpp/thirdparty/versions.txt
+++ b/cpp/thirdparty/versions.txt
@@ -70,8 +70,8 @@ ARROW_OPENTELEMETRY_BUILD_VERSION=v1.1.0
 ARROW_OPENTELEMETRY_BUILD_SHA256_CHECKSUM=f8fd3adddd47be382dc79c19d7e7efcf86a0dfbb5a237db6e0618dbb7eb8e058
 ARROW_OPENTELEMETRY_PROTO_BUILD_VERSION=v0.11.0
 ARROW_OPENTELEMETRY_PROTO_BUILD_SHA256_CHECKSUM=985367f8905e91018e636cbf0d83ab3f834b665c4f5899a27d10cae9657710e2
-ARROW_ORC_BUILD_VERSION=1.7.2
-ARROW_ORC_BUILD_SHA256_CHECKSUM=ef39bae755116fecb07fb4334656f984ba8ce7cdb1c64de078d3ed186b286007
+ARROW_ORC_BUILD_VERSION=1.7.3
+ARROW_ORC_BUILD_SHA256_CHECKSUM=535c4d7588172e85b8fc941cd0575d67f2155a55e4cd65d87d5b194b0bb28a31
 ARROW_PROTOBUF_BUILD_VERSION=v3.18.1
 ARROW_PROTOBUF_BUILD_SHA256_CHECKSUM=b8ab9bbdf0c6968cf20060794bc61e231fae82aaf69d6e3577c154181991f576
 # Because of https://github.com/Tencent/rapidjson/pull/1323, we require
diff --git a/java/adapter/orc/pom.xml b/java/adapter/orc/pom.xml
index ed019ef..ab5146f 100644
--- a/java/adapter/orc/pom.xml
+++ b/java/adapter/orc/pom.xml
@@ -35,7 +35,7 @@
 	<dependency>
             <groupId>org.apache.orc</groupId>
             <artifactId>orc-core</artifactId>
-            <version>1.7.2</version>
+            <version>1.7.3</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>