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 a0da89ec1b [GLUTEN-6887][VL] Daily Update Velox Version (2025_07_22)
(#10239)
a0da89ec1b is described below
commit a0da89ec1b5aa007ccc4c06d86f881f8a06714c9
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Tue Jul 22 14:42:10 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_07_22) (#10239)
Upstream Velox's New Commits:
6cd9eafea by James Gill, refactor: Use size_t/intXX_t instead of int
(#14114)
a9e8f2517 by Masha Basmanova, refactor: Reduce usage of dynamic_cast in
ExprCompiler (#14145)
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 54e3ebcd53..bf14f96f39 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_07_21
+VELOX_BRANCH=2025_07_22
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_07_21
+VELOX_ENHANCED_BRANCH=ibm-2025_07_22
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]