We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3521ddc commit d1c7910Copy full SHA for d1c7910
building/lambda/build-lambda-layer.sh
@@ -11,7 +11,7 @@ popd
11
rm -rf dist arrow
12
13
export ARROW_HOME=$(pwd)/dist
14
-export ARROW_VERSION=21.0.0
+export ARROW_VERSION=20.0.0
15
export LD_LIBRARY_PATH=$(pwd)/dist/lib:$LD_LIBRARY_PATH
16
export CMAKE_PREFIX_PATH=$ARROW_HOME:$CMAKE_PREFIX_PATH
17
export SETUPTOOLS_SCM_PRETEND_VERSION=$ARROW_VERSION
0 commit comments