Skip to content

Commit 8247751

Browse files
committed
update pyarrow to 21.0.0 in lambda layers
1 parent df4f80d commit 8247751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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=20.0.0
14+
export ARROW_VERSION=21.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)