Skip to content

Commit 288db9f

Browse files
fix: Remove packaging & ORC from lambda layer due to layer size limit (#2336)
1 parent 0f07a1d commit 288db9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

building/lambda/build-lambda-layer.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cmake \
3333
-DARROW_WITH_ZLIB=ON \
3434
-DARROW_FLIGHT=OFF \
3535
-DARROW_GANDIVA=OFF \
36-
-DARROW_ORC=ON \
36+
-DARROW_ORC=OFF \
3737
-DARROW_CSV=ON \
3838
-DARROW_JSON=ON \
3939
-DARROW_COMPUTE=ON \
@@ -84,6 +84,7 @@ pip3 install . -t ./python ".[redshift,mysql,postgres,gremlin,opensearch,openpyx
8484

8585
rm -rf python/pyarrow*
8686
rm -rf python/boto*
87+
rm -rf python/packaging*
8788

8889
rm -f /aws-sdk-pandas/dist/pyarrow_files/pyarrow/libarrow.so
8990
rm -f /aws-sdk-pandas/dist/pyarrow_files/pyarrow/libparquet.so

0 commit comments

Comments
 (0)