From c825f88a28a287b0e8ce59b9f2e121cf088667dc Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Fri, 14 Nov 2025 04:45:44 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2025_11_14) Upstream Velox's New Commits: 5564a6088 by Ping Liu, refactor: FileUtils::makePartName (#15480) dd5db280c by James Gill, fix(geo): Correct out-of-bounds index error in spatial join (#15472) d0177df54 by James Gill, feat(geo): Add HilbertIndex (#15469) 12f118ad1 by Abhinav Mukherjee, Add map_intersect to velox as udf (#15077) 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 e8ded985c7a5..90343b95fa3a 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_13 +VELOX_BRANCH=2025_11_14 VELOX_HOME="" RUN_SETUP_SCRIPT=ON VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git -VELOX_ENHANCED_BRANCH=ibm-2025_11_13 +VELOX_ENHANCED_BRANCH=ibm-2025_11_14 ENABLE_ENHANCED_FEATURES=OFF # Developer use only for testing Velox PR.