Skip to content

Commit 8129696

Browse files
committed
ORC-1972: Upgrade ORC Format to 1.1.1
### What changes were proposed in this pull request? This PR aims to upgrade `ORC Format` to 1.1.1. ### Why are the changes needed? To fix the mismatch of `protoc` and `protobuf-java` and remove the excessive warnings. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2355 from dongjoon-hyun/ORC-1972. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 2d2611c commit 8129696

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set(ORC_VENDOR_DEPENDENCIES)
1919
set(ORC_SYSTEM_DEPENDENCIES)
2020
set(ORC_INSTALL_INTERFACE_TARGETS)
2121

22-
set(ORC_FORMAT_VERSION "1.1.0")
22+
set(ORC_FORMAT_VERSION "1.1.1")
2323
set(LZ4_VERSION "1.10.0")
2424
set(SNAPPY_VERSION "1.2.2")
2525
set(ZLIB_VERSION "1.3.1")
@@ -146,7 +146,7 @@ else()
146146
endif()
147147
ExternalProject_Add (orc-format_ep
148148
URL ${ORC_FORMAT_SOURCE_URL}
149-
URL_HASH SHA256=d4a7ac76c5442abf7119e2cb84e71b677e075aff53518aa866055e2ead0450d7
149+
URL_HASH SHA256=584dfe2a4202946178fd8fc7d1239be7805b9ed4596ab2042dee739e7880992b
150150
CONFIGURE_COMMAND ""
151151
BUILD_COMMAND ""
152152
INSTALL_COMMAND ""

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<maven.version>3.9.11</maven.version>
7979

8080
<mockito.version>5.10.0</mockito.version>
81-
<orc-format.version>1.1.0</orc-format.version>
81+
<orc-format.version>1.1.1</orc-format.version>
8282
<!-- Build Properties -->
8383
<project.build.outputTimestamp>2025-07-08T15:22:41Z</project.build.outputTimestamp>
8484
<protobuf.version>3.25.8</protobuf.version>

0 commit comments

Comments
 (0)