This is an automated email from the ASF dual-hosted git repository.
lidavidm 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 095179f8a3 ARROW-16848: [C++][Java] Update ORC to 1.7.5 (#13392)
095179f8a3 is described below
commit 095179f8a38f99e2eb10a59ad7e71252d8491e8f
Author: William Hyun <[email protected]>
AuthorDate: Tue Jun 21 12:50:44 2022 -0700
ARROW-16848: [C++][Java] Update ORC to 1.7.5 (#13392)
This PR aims to upgrade ORC to version 1.7.5.
Apache ORC 1.7.5 is the most recent maintenance release with the following
bug fixes.
- https://github.com/apache/orc/releases/tag/v1.7.5
- https://orc.apache.org/news/2022/06/16/ORC-1.7.5/
Authored-by: William Hyun <[email protected]>
Signed-off-by: David Li <[email protected]>
---
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 589f7402ba..3b4b4749ad 100644
--- a/cpp/thirdparty/versions.txt
+++ b/cpp/thirdparty/versions.txt
@@ -68,8 +68,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.4
-ARROW_ORC_BUILD_SHA256_CHECKSUM=0a70c5e877b1ff268e768c94392574a084092f8aa7f97796c13de276103d8272
+ARROW_ORC_BUILD_VERSION=1.7.5
+ARROW_ORC_BUILD_SHA256_CHECKSUM=b90cae5853e3ea0e5bf64e3883d09d871ec280536e0bb2cc52d08f79f0be0010
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 2dbcaed362..5216862746 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.4</version>
+ <version>1.7.5</version>
<scope>test</scope>
<exclusions>
<exclusion>