diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh index f3e1bd4e9b45..1544225ad3ff 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_02_21 +VELOX_BRANCH=2024_02_22 VELOX_HOME="" #Set on run gluten on HDFS diff --git a/ep/build-velox/src/modify_velox.patch b/ep/build-velox/src/modify_velox.patch index 07415580b788..1dd17aa486b9 100644 --- a/ep/build-velox/src/modify_velox.patch +++ b/ep/build-velox/src/modify_velox.patch @@ -98,8 +98,8 @@ index 2fce354e3..64cfcb2ab 100644 add_test(velox_process_test velox_process_test) target_link_libraries(velox_process_test PRIVATE velox_process fmt::fmt gtest -- gtest_main) -+ gtest_main glog::glog gflags::gflags) +- velox_time gtest_main) ++ velox_time gtest_main glog::glog gflags::gflags) diff --git a/velox/connectors/hive/storage_adapters/abfs/RegisterAbfsFileSystem.cpp b/velox/connectors/hive/storage_adapters/abfs/RegisterAbfsFileSystem.cpp index e2a638df6..e383cf205 100644 --- a/velox/connectors/hive/storage_adapters/abfs/RegisterAbfsFileSystem.cpp