This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 093ccdd902 [GLUTEN-9949][VL] Update enhanced velox repo/branch (#10142)
093ccdd902 is described below
commit 093ccdd902993769bca2c639c8d8b679df19abbd
Author: Yuan <[email protected]>
AuthorDate: Wed Jul 9 10:51:22 2025 +0100
[GLUTEN-9949][VL] Update enhanced velox repo/branch (#10142)
Update the enhanced Velox repo/branch to IBM/Velox
This is a preparation for the coming iceberg write feature
Signed-off-by: Yuan <[email protected]>
---
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 758556fd01..73475cc6f2 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -20,8 +20,8 @@ VELOX_REPO=https://github.com/oap-project/velox.git
VELOX_BRANCH=2025_07_08
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
-VELOX_ENHANCED_REPO=https://github.com/oap-project/velox.git
-VELOX_ENHANCED_BRANCH=2025_07_07
+VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
+VELOX_ENHANCED_BRANCH=main
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]