Skip to content

Commit 4f84053

Browse files
authored
chore: bump apache arrow to 22.0.0 (#288)
1 parent c24102e commit 4f84053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake_modules/IcebergThirdpartyToolchain.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ set(ICEBERG_ARROW_INSTALL_INTERFACE_LIBS)
2323
# ----------------------------------------------------------------------
2424
# Versions and URLs for toolchain builds
2525

26-
set(ICEBERG_ARROW_BUILD_VERSION "21.0.0")
26+
set(ICEBERG_ARROW_BUILD_VERSION "22.0.0")
2727
set(ICEBERG_ARROW_BUILD_SHA256_CHECKSUM
28-
"5d3f8db7e72fb9f65f4785b7a1634522e8d8e9657a445af53d4a34a3849857b5")
28+
"131250cd24dec0cddde04e2ad8c9e2bc43edc5e84203a81cf71cf1a33a6e7e0f")
2929

3030
if(DEFINED ENV{ICEBERG_ARROW_URL})
3131
set(ARROW_SOURCE_URL "$ENV{ICEBERG_ARROW_URL}")

0 commit comments

Comments
 (0)