This is an automated email from the ASF dual-hosted git repository.
chengchengjin 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 180c6e17f2 [GLUTEN-6887][VL] Daily Update Velox Version (2025_09_16)
(#10720)
180c6e17f2 is described below
commit 180c6e17f2ecf5f83a7c16452dc68157c3b5e7a8
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Tue Sep 16 12:19:45 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_09_16) (#10720)
Upstream Velox's New Commits:
de31a3eb0 by Krishna Pai, feat: Add type support for TIME (#14836)
f190b536e by Pramod Satya, refactor(expression): Formalize
ExpressionRewrite framework (#14658)
Signed-off-by: glutenperfbot <[email protected]>
Co-authored-by: glutenperfbot <[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 acfef60308..cc05b0ecb3 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -17,11 +17,11 @@
set -exu
VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_09_15
+VELOX_BRANCH=2025_09_16
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_09_15
+VELOX_ENHANCED_BRANCH=ibm-2025_09_16
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]