From ee887b3204f467729f67602ba0f06d6e541696b9 Mon Sep 17 00:00:00 2001 From: Jia Ke Date: Tue, 28 Mar 2023 09:25:34 +0000 Subject: [PATCH] just for test --- ep/build-velox/src/get_velox.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh index 0f713072363c1..eba239321054b 100755 --- a/ep/build-velox/src/get_velox.sh +++ b/ep/build-velox/src/get_velox.sh @@ -2,8 +2,10 @@ set -exu -VELOX_REPO=https://github.com/oap-project/velox.git -VELOX_BRANCH=main +#VELOX_REPO=https://github.com/oap-project/velox.git +#VELOX_BRANCH=main +VELOX_REPO=https://github.com/JkSelf/velox.git +VELOX_BRANCH=enable-decimal-latest #Set on run gluten on HDFS ENABLE_HDFS=OFF