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 e53adf55d ORC-2105: Fix `orc-format.wrap` to use ORC Format 1.1.1
e53adf55d is described below
commit e53adf55d944209c061d6e3cfa53e2ff406d4211
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Feb 22 20:45:22 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 #2548 from dongjoon-hyun/ORC-2105-2.2.
Authored-by: Dongjoon Hyun <[email protected]>
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]