From 5cc2728abcf98ab4d70a3e9cc5e8d7033798d890 Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Fri, 10 Oct 2025 04:45:43 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_10) Upstream Velox's New Commits: f2d68e949 by Pedro Eugenio Rocha Pedreira, refactor: Remove usage of folly::StringPiece in RowType::findChild() (#15094) 208a140aa by Natasha Sehgal, fix: merge_hll decode elements (#15092) 34c02865b by Deepak Majeti, fix(hdfs): Failing CI tests (#15100) 3c7ce8a79 by Masha Basmanova, build: Add 'perf' type to conventional commits (#15104) 7317117a3 by James Gill, refactor(geo): Make Spatial NLJ logic more explicit (#15088) 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 f7287db781f2..0e46d370f27b 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_09 +VELOX_BRANCH=2025_10_10 VELOX_HOME="" RUN_SETUP_SCRIPT=ON VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git -VELOX_ENHANCED_BRANCH=ibm-2025_10_09 +VELOX_ENHANCED_BRANCH=ibm-2025_10_10 ENABLE_ENHANCED_FEATURES=OFF # Developer use only for testing Velox PR.