This is an automated email from the ASF dual-hosted git repository.
marong 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 737954e794 [VL] Update Velox branch (#10597)
737954e794 is described below
commit 737954e794b1ead1d9001dd914be786d4e5f7f5b
Author: Rui Mo <[email protected]>
AuthorDate: Mon Sep 1 19:36:34 2025 +0100
[VL] Update Velox branch (#10597)
Update Velox branch to include a fix on schema evolution matching by name.
---
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 c89955cd92..4e82188f75 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/oap-project/velox.git
-VELOX_BRANCH=2025_09_01
+VELOX_BRANCH=2025_09_01_fix
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]