This is an automated email from the ASF dual-hosted git repository.
philo-he pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/branch-1.7 by this push:
new adb7bb87cb [1.7][VL] Use Velox tags for Gluten 1.7.0 (#12788)
adb7bb87cb is described below
commit adb7bb87cb4ddc10c1841044bd1155cb211a6196
Author: Philo He <[email protected]>
AuthorDate: Mon Aug 17 08:58:57 2026 +0800
[1.7][VL] Use Velox tags for Gluten 1.7.0 (#12788)
---
ep/build-velox/src/get-velox.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh
index bf163a4fa5..abb42c3214 100755
--- a/ep/build-velox/src/get-velox.sh
+++ b/ep/build-velox/src/get-velox.sh
@@ -18,8 +18,8 @@ set -exu
CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
VELOX_REPO=https://github.com/IBM/velox.git
-VELOX_BRANCH=branch-1.7-dft
-VELOX_ENHANCED_BRANCH=branch-1.7-enhanced
+VELOX_BRANCH=gluten-1.7.0-dft
+VELOX_ENHANCED_BRANCH=gluten-1.7.0-enhanced
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
ENABLE_ENHANCED_FEATURES=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]