Skip to content

Commit

Permalink
ARROW-17982: [C++][Java] Update ORC to 1.8.0 (#14367)
Browse files Browse the repository at this point in the history
This PR aims to upgrade ORC to version 1.8.0.

Apache ORC 1.8.0 is the most recent release:
https://github.com/apache/orc/releases/tag/v1.8.0
https://orc.apache.org/news/2022/09/03/ORC-1.8.0

Authored-by: Gang Wu <ustcwg@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
wgtmac committed Oct 11, 2022
1 parent a39f219 commit aec3584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cpp/thirdparty/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ ARROW_OPENTELEMETRY_BUILD_VERSION=v1.4.1
ARROW_OPENTELEMETRY_BUILD_SHA256_CHECKSUM=301b1ab74a664723560f46c29f228360aff1e2d63e930b963755ea077ae67524
ARROW_OPENTELEMETRY_PROTO_BUILD_VERSION=v0.17.0
ARROW_OPENTELEMETRY_PROTO_BUILD_SHA256_CHECKSUM=f269fbcb30e17b03caa1decd231ce826e59d7651c0f71c3b28eb5140b4bb5412
ARROW_ORC_BUILD_VERSION=1.7.6
ARROW_ORC_BUILD_SHA256_CHECKSUM=a75e0cccaaf5e03f1699bb804f640246bec4d134cb57957125707b0b2822160d
ARROW_ORC_BUILD_VERSION=1.8.0
ARROW_ORC_BUILD_SHA256_CHECKSUM=859d78bfded98405c32ccb2847b565a57bcc53f473a74087c1f750aeb5932e62
ARROW_PROTOBUF_BUILD_VERSION=v21.3
ARROW_PROTOBUF_BUILD_SHA256_CHECKSUM=2f723218f6cb709ae4cdc4fb5ed56a5951fc5d466f0128ce4c946b8c78c8c49f
# Because of https://github.com/Tencent/rapidjson/pull/1323, we require
Expand Down
2 changes: 1 addition & 1 deletion java/adapter/orc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-core</artifactId>
<version>1.7.6</version>
<version>1.8.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit aec3584

Please sign in to comment.