From e0fa3b1f077bea34fef3da03af8fdacf2b627c89 Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Thu, 13 Nov 2025 04:45:44 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2025_11_13) Upstream Velox's New Commits: da69aac69 by Pramod Satya, feat: Add rewrite for COALESCE special form (#15399) 2b51a3cdd by James Gill, refactor(geo): Calculate envelope bounds for spatial index outside of index (#15468) 85f69261b by Jimmy Lu, perf: Add Filter::testStringView (#15441) 4056e41e6 by Amit Dutta, Back out "feat: Add support for evaluating Iceberg partition transforms" (#15475) Signed-off-by: glutenperfbot --- 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 d867d3b3ef15..e8ded985c7a5 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_11_11 +VELOX_BRANCH=2025_11_13 VELOX_HOME="" RUN_SETUP_SCRIPT=ON VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git -VELOX_ENHANCED_BRANCH=ibm-2025_11_11 +VELOX_ENHANCED_BRANCH=ibm-2025_11_13 ENABLE_ENHANCED_FEATURES=OFF # Developer use only for testing Velox PR.