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

dongjoon pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new 18244db7b ORC-1972: Upgrade `ORC Format` to 1.1.1
18244db7b is described below

commit 18244db7b1472ed18082ce6bb18777020a24a961
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Aug 18 23:29:12 2025 -0700

    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 <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 8129696a5b31996b752dad77a505fcfcc7e05cd3)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 cmake_modules/ThirdpartyToolchain.cmake | 4 ++--
 java/pom.xml                            | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cmake_modules/ThirdpartyToolchain.cmake 
b/cmake_modules/ThirdpartyToolchain.cmake
index c77d3f1f5..007e54b3b 100644
--- a/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cmake_modules/ThirdpartyToolchain.cmake
@@ -19,7 +19,7 @@ set(ORC_VENDOR_DEPENDENCIES)
 set(ORC_SYSTEM_DEPENDENCIES)
 set(ORC_INSTALL_INTERFACE_TARGETS)
 
-set(ORC_FORMAT_VERSION "1.1.0")
+set(ORC_FORMAT_VERSION "1.1.1")
 set(LZ4_VERSION "1.10.0")
 set(SNAPPY_VERSION "1.2.2")
 set(ZLIB_VERSION "1.3.1")
@@ -146,7 +146,7 @@ else()
 endif()
 ExternalProject_Add (orc-format_ep
   URL ${ORC_FORMAT_SOURCE_URL}
-  URL_HASH 
SHA256=d4a7ac76c5442abf7119e2cb84e71b677e075aff53518aa866055e2ead0450d7
+  URL_HASH 
SHA256=584dfe2a4202946178fd8fc7d1239be7805b9ed4596ab2042dee739e7880992b
   CONFIGURE_COMMAND ""
   BUILD_COMMAND     ""
   INSTALL_COMMAND     ""
diff --git a/java/pom.xml b/java/pom.xml
index 19c53b16b..f99ad6b05 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -78,7 +78,7 @@
     <maven.version>3.9.11</maven.version>
 
     <mockito.version>5.10.0</mockito.version>
-    <orc-format.version>1.1.0</orc-format.version>
+    <orc-format.version>1.1.1</orc-format.version>
     <!-- Build Properties -->
     
<project.build.outputTimestamp>2025-07-26T22:16:58Z</project.build.outputTimestamp>
     <protobuf.version>3.25.8</protobuf.version>

Reply via email to