Skip to content

Commit d1c7910

Browse files
authored
pin pyarrow in lambda layer
1 parent 3521ddc commit d1c7910

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=21.0.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)