From 1b69a59cb9dbb804dded208a97d77963e5e07133 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 e39b58bca530..95811a8c26e8 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`