diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh index b512339834807..b41b72e416ee3 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_08_15 +VELOX_BRANCH=wip-debug VELOX_HOME="" OS=`uname -s`