Skip to content

Commit 9a7f0e2

Browse files
committed
Merge branch 'main' into release/3.12.0
2 parents 1326231 + 2778a06 commit 9a7f0e2

File tree

3 files changed

+84
-71
lines changed

3 files changed

+84
-71
lines changed

building/lambda/build-lambda-layer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ popd
1111
rm -rf dist arrow
1212

1313
export ARROW_HOME=$(pwd)/dist
14-
export ARROW_VERSION=18.1.0
14+
export ARROW_VERSION=20.0.0
1515
export LD_LIBRARY_PATH=$(pwd)/dist/lib:$LD_LIBRARY_PATH
1616
export CMAKE_PREFIX_PATH=$ARROW_HOME:$CMAKE_PREFIX_PATH
1717
export SETUPTOOLS_SCM_PRETEND_VERSION=$ARROW_VERSION

0 commit comments

Comments
 (0)