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 b9c046a0f ORC-2051: Fix `Meson` build to use `ORC Format` 1.1.1
b9c046a0f is described below
commit b9c046a0fdc216e2428b9d93d1b2f6079aa9efaa
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Jan 4 09:27:29 2026 +0900
ORC-2051: Fix `Meson` build to use `ORC Format` 1.1.1
### What changes were proposed in this pull request?
This PR aims to fix `Meson` build to use `ORC Format` 1.1.1.
### Why are the changes needed?
Since ORC 2.2.1, we has been using `ORC Format` 1.1.1 in `Java/CMake` build
except `Meson` build. We should fix it to be consistent.
- #2355
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2474 from dongjoon-hyun/ORC-2051.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit a7bd566b704e333a2e7f82e8d2e53ab9ccf88203)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
subprojects/packagefiles/orc-format/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/subprojects/packagefiles/orc-format/meson.build
b/subprojects/packagefiles/orc-format/meson.build
index 847161453..5889e0505 100644
--- a/subprojects/packagefiles/orc-format/meson.build
+++ b/subprojects/packagefiles/orc-format/meson.build
@@ -18,7 +18,7 @@
project(
'orc-format',
'cpp',
- version: '1.1.0',
+ version: '1.1.1',
license: 'Apache-2.0',
meson_version: '>=1.3.0',
)