diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh index e39b58bca530c..95811a8c26e8a 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/JkSelf/velox.git -VELOX_BRANCH=libhdfs-replace +VELOX_BRANCH=libhdfs-test VELOX_HOME="" OS=`uname -s`