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 dee88364af [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_02)
(#10832)
dee88364af is described below
commit dee88364af50da76a725a6bb78c8ae1d7ea93f0e
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Fri Oct 3 09:36:30 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_10_02) (#10832)
Upstream Velox's New Commits:
904378eb6 by Zhen Li, refactor: Use VELOX_USER_RETURN in Spark arithmetic
functions (#14936)
c060962d7 by mbkkt, feat: Add ignoreDuplicates flag to aggregate function
metadata (#14976)
27e95e95e by James Gill, feat(geo): Add optional geometry and radius fields
to SpatialJoinNode (#14940)
d0179ac98 by Jimmy Lu, fix(hive): Fix subfield filter extraction for AND/OR
more than 2 arguments (#14979)
6998a1461 by Natasha Sehgal, qdigest_agg - Update intermediate type to
VARBINARY (#15012)
242fecfc3 by MacVincent Agha-Oko, fix(TextReader): Fix C++ structured
binding lambda capture issue in TextReader (#15004)
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 a9785ba842..191bc4e485 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -18,11 +18,11 @@ set -exu
CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_10_01
+VELOX_BRANCH=2025_10_02
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_10_01
+VELOX_ENHANCED_BRANCH=ibm-2025_10_02
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]