This repository was archived by the owner on May 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ cp ${WORKER_DIR}/BDTK/build-${VELOX_PLUGIN_MODE}/cpp/src/cider/function/libcider
5050cp ${WORKER_DIR} /BDTK/build-${VELOX_PLUGIN_MODE} /cpp/src/cider/function/libcider_runtime_function.so ${WORKER_DIR} /presto_cpp/main/lib
5151cp ${WORKER_DIR} /BDTK/build-${VELOX_PLUGIN_MODE} /cpp/libcider_static.a ${WORKER_DIR} /presto_cpp/main/lib
5252cp ${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
5557make -j ${CPU_COUNT:- `nproc`} PRESTO_ENABLE_PARQUET=ON ${PRESTO_CPP_MODE}
You can’t perform that action at this time.
0 commit comments