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 7abbf9e247 [GLUTEN-6887][VL] Daily Update Velox Version (2025_07_31)
(#10302)
7abbf9e247 is described below
commit 7abbf9e247b1c437227728ee9787ab8145901f51
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Thu Jul 31 16:47:08 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_07_31) (#10302)
Upstream Velox's New Commits:
82c8c4397 by Kevin Wilfong, feat: Support comparing MapVectors and
FlatMapVectors (#13940)
2dd2b4ac4 by Yi Cheng Lee, feat: Support escapeChar (#14130)
02d7334a0 by Masha Basmanova, refactor: Simplify lambda type resolution
(#14278)
f2db819d0 by Rui Mo, misc: Enable decimal expression fuzzer test in
workflow (#14044)
fd1c90ca6 by Eric Jia, feat: Add remainingFilter into PushConfig (#14266)
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 a63aaab70c..9c18493fe2 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_30
+VELOX_BRANCH=2025_07_31
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_07_30
+VELOX_ENHANCED_BRANCH=ibm-2025_07_31
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]