From 26be8cb0f20e3e4c663a76f2c1ecf0a6a1241915 Mon Sep 17 00:00:00 2001 From: Jia Ke Date: Fri, 25 Oct 2024 18:38:01 +0800 Subject: [PATCH] test --- ep/build-velox/src/get_velox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`