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 6363f16a12 [GLUTEN-6887][VL] Daily Update Velox Version (2025_07_28)
(#10266)
6363f16a12 is described below
commit 6363f16a1269825ec2d019e3778a0cef7085e95e
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Mon Jul 28 15:57:48 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_07_28) (#10266)
Upstream Velox's New Commits:
a10b8d5c9 by Rui Mo, fix: Add Spark abs function (#14112)
2005c7582 by Xiaoxuan Meng, feat: Rewrite array flatten with vector
function and zero copy optimization (#14215)
07fd79829 by Elodie Li, feat: Make AssignUniqueId operator support
barrierred execution (#14224)
c813b3190 by Xiaoxuan Meng, fix: Optimize the streaming aggregation without
max output batch size limit (#14238)
033f8e763 by Sutou Kouhei, fix: Fix build error when VELOX_ENABLE_GEO is
disabled (#14103)
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 61a4cb5a52..645bd296c7 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_27
+VELOX_BRANCH=2025_07_28
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_07_27
+VELOX_ENHANCED_BRANCH=ibm-2025_07_28
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]