Skip to content

Commit 66f70b9

Browse files
committed
Upgrading PyArrow version on lambda layer build
1 parent 121bbf4 commit 66f70b9

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
@@ -14,7 +14,7 @@ export ARROW_HOME=$(pwd)/dist
1414
export LD_LIBRARY_PATH=$(pwd)/dist/lib:$LD_LIBRARY_PATH
1515

1616
git clone \
17-
--branch apache-arrow-0.16.0 \
17+
--branch apache-arrow-0.17.0 \
1818
--single-branch \
1919
https://github.com/apache/arrow.git
2020

0 commit comments

Comments
 (0)