diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh index 6c4f1c080e08..5eaac6adb4fb 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/jinchengchenghh/velox.git -VELOX_BRANCH=spill_prefix_oap +VELOX_BRANCH=spill_read_async VELOX_HOME="" OS=`uname -s`