Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit 398ef35

Browse files
committed
fix build
1 parent 6f7e5b5 commit 398ef35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/scripts/integrate-presto-bdtk.sh

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ cp ${WORKER_DIR}/BDTK/build-${VELOX_PLUGIN_MODE}/cpp/src/cider/function/libcider
5050
cp ${WORKER_DIR}/BDTK/build-${VELOX_PLUGIN_MODE}/cpp/src/cider/function/libcider_runtime_function.so ${WORKER_DIR}/presto_cpp/main/lib
5151
cp ${WORKER_DIR}/BDTK/build-${VELOX_PLUGIN_MODE}/cpp/libcider_static.a ${WORKER_DIR}/presto_cpp/main/lib
5252
cp ${WORKER_DIR}/BDTK/build-${VELOX_PLUGIN_MODE}/cpp/libcider_velox_static.a ${WORKER_DIR}/presto_cpp/main/lib
53+
# copy libvelox_functions_spark to lib dir. Due to presto cpp build velox will set conf VELOX_ENABLE_SPARK_FUNCTIONS to OFF
54+
cp ${WORKER_DIR}/BDTK/build-${VELOX_PLUGIN_MODE}/thirdparty/velox/velox/functions/sparksql/libvelox_functions_spark.a ${WORKER_DIR}/presto_cpp/main/lib
5355

5456

5557
make -j ${CPU_COUNT:-`nproc`} PRESTO_ENABLE_PARQUET=ON ${PRESTO_CPP_MODE}

0 commit comments

Comments
 (0)