diff --git a/cpp/velox/CMakeLists.txt b/cpp/velox/CMakeLists.txt index 67201eb6258f..41b848bfb637 100644 --- a/cpp/velox/CMakeLists.txt +++ b/cpp/velox/CMakeLists.txt @@ -228,6 +228,7 @@ macro(ADD_VELOX_DEPENDENCIES) endif() add_velox_dependency(common::compression "${VELOX_COMPONENTS_PATH}/common/compression/libvelox_common_compression.a") add_velox_dependency(common::io "${VELOX_COMPONENTS_PATH}/common/io/libvelox_common_io.a") + add_velox_dependency(velox::status "${VELOX_COMPONENTS_PATH}/common/base/libvelox_status.a") add_velox_dependency(external::simdjson "${VELOX_BUILD_PATH}/_deps/simdjson-build/libsimdjson.a") endmacro() diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh index 59fd51e68fae..c80e85ad32f9 100755 --- a/ep/build-velox/src/get_velox.sh +++ b/ep/build-velox/src/get_velox.sh @@ -17,7 +17,7 @@ set -exu VELOX_REPO=https://github.com/oap-project/velox.git -VELOX_BRANCH=2024_01_22 +VELOX_BRANCH=2024_01_23 VELOX_HOME="" #Set on run gluten on HDFS