Skip to content

Commit e53adf5

Browse files
committed
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 <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 7810108 commit e53adf5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

subprojects/orc-format.wrap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
# under the License.
1717

1818
[wrap-file]
19-
directory = orc-format-1.1.0
20-
source_url = https://www.apache.org/dyn/closer.lua/orc/orc-format-1.1.0/orc-format-1.1.0.tar.gz?action=download
21-
source_filename = orc-format-1-1.0.tar.gz
22-
source_hash = d4a7ac76c5442abf7119e2cb84e71b677e075aff53518aa866055e2ead0450d7
19+
directory = orc-format-1.1.1
20+
source_url = https://www.apache.org/dyn/closer.lua/orc/orc-format-1.1.1/orc-format-1.1.1.tar.gz?action=download
21+
source_filename = orc-format-1.1.1.tar.gz
22+
source_hash = 584dfe2a4202946178fd8fc7d1239be7805b9ed4596ab2042dee739e7880992b
2323
patch_directory = orc-format
2424

2525
[provide]

0 commit comments

Comments
 (0)