From 27e988d70a3a5e365a87d48c481670a4b9ee6b5b Mon Sep 17 00:00:00 2001 From: Wei-Ting Chen Date: Tue, 13 Aug 2024 22:18:21 +0800 Subject: [PATCH] Update OAP Velox to gluten-1.2.0 (#6801) --- 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 6ba29cf79999..f930a94a0be9 100755 --- a/ep/build-velox/src/get_velox.sh +++ b/ep/build-velox/src/get_velox.sh @@ -18,7 +18,7 @@ set -exu VELOX_REPO=https://github.com/oap-project/velox.git -VELOX_BRANCH=branch-1.2 +VELOX_BRANCH=gluten-1.2.0 VELOX_HOME="" #Set on run gluten on HDFS