You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2022/05/16 07:59:18 UTC

[arrow] branch master updated: ARROW-16581: [C++][Java] Upgrade ORC to 1.7.4

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

apitrou 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 40456a8731 ARROW-16581: [C++][Java] Upgrade ORC to 1.7.4
40456a8731 is described below

commit 40456a8731139e8bb6c3cbb07aefe8add3173137
Author: William Hyun <wi...@apache.org>
AuthorDate: Mon May 16 09:59:07 2022 +0200

    ARROW-16581: [C++][Java] Upgrade ORC to 1.7.4
    
    Bump ORC to 1.7.4.
    
    Apache ORC 1.7.3 is a maintenance release with the following bug fixes.
    
    - https://github.com/apache/orc/releases/tag/v1.7.4
    - https://orc.apache.org/news/2022/04/15/ORC-1.7.4/
    
    Closes #13159 from williamhyun/orc174
    
    Authored-by: William Hyun <wi...@apache.org>
    Signed-off-by: Antoine Pitrou <an...@python.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 776527fc2e..9735efcdaf 100644
--- a/cpp/thirdparty/versions.txt
+++ b/cpp/thirdparty/versions.txt
@@ -70,8 +70,8 @@ ARROW_OPENTELEMETRY_BUILD_VERSION=v1.3.0
 ARROW_OPENTELEMETRY_BUILD_SHA256_CHECKSUM=6a4c43b9c9f753841ebc0fe2717325271f02e2a1d5ddd0b52735c35243629ab3
 ARROW_OPENTELEMETRY_PROTO_BUILD_VERSION=v0.11.0
 ARROW_OPENTELEMETRY_PROTO_BUILD_SHA256_CHECKSUM=985367f8905e91018e636cbf0d83ab3f834b665c4f5899a27d10cae9657710e2
-ARROW_ORC_BUILD_VERSION=1.7.3
-ARROW_ORC_BUILD_SHA256_CHECKSUM=535c4d7588172e85b8fc941cd0575d67f2155a55e4cd65d87d5b194b0bb28a31
+ARROW_ORC_BUILD_VERSION=1.7.4
+ARROW_ORC_BUILD_SHA256_CHECKSUM=0a70c5e877b1ff268e768c94392574a084092f8aa7f97796c13de276103d8272
 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 243b205dde..2dbcaed362 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.3</version>
+            <version>1.7.4</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>