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

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


The following commit(s) were added to refs/heads/branch-2.3 by this push:
     new 3249a3c57 ORC-2105: Fix `orc-format.wrap` to use ORC Format 1.1.1
3249a3c57 is described below

commit 3249a3c57334b0328b702707dd07a0f6d7e72be5
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Feb 22 20:42:00 2026 -0800

    ORC-2105: Fix `orc-format.wrap` to use ORC Format 1.1.1
    
    ### What changes were proposed in this pull request?
    
    This PR aims to fix `orc-format.wrap` to use ORC Format 1.1.1.
    
    ### Why are the changes needed?
    
    To be consistent with the other modules.
    - #2355
    - #2474
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity`
    
    Closes #2547 from dongjoon-hyun/ORC-2105.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 133562bf2474acdd87239ac9ba64844652f8151c)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 subprojects/orc-format.wrap | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/subprojects/orc-format.wrap b/subprojects/orc-format.wrap
index 76b73a228..0bc7eea36 100644
--- a/subprojects/orc-format.wrap
+++ b/subprojects/orc-format.wrap
@@ -16,10 +16,10 @@
 # under the License.
 
 [wrap-file]
-directory = orc-format-1.1.0
-source_url = 
https://www.apache.org/dyn/closer.lua/orc/orc-format-1.1.0/orc-format-1.1.0.tar.gz?action=download
-source_filename = orc-format-1-1.0.tar.gz
-source_hash = d4a7ac76c5442abf7119e2cb84e71b677e075aff53518aa866055e2ead0450d7
+directory = orc-format-1.1.1
+source_url = 
https://www.apache.org/dyn/closer.lua/orc/orc-format-1.1.1/orc-format-1.1.1.tar.gz?action=download
+source_filename = orc-format-1.1.1.tar.gz
+source_hash = 584dfe2a4202946178fd8fc7d1239be7805b9ed4596ab2042dee739e7880992b
 patch_directory = orc-format
 
 [provide]

Reply via email to