From 4fe3e9b8cb2c0e82b66fd76bd2501869f490017f Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Tue, 16 Dec 2025 04:45:33 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (dft-2025_12_16) Upstream Velox's New Commits: 42f1355c5 by James Gill, feat(geo): Implement geometry_union_agg and convex_hull_agg (#15740) 34fc5ece8 by Alex Zhavnerchik, feat: Add new file format type (#15753) 63d30e9dd by Huameng (Michael) Jiang, feat(readers): Control knob in row reader option (#15767) e0c1dcba6 by Jimmy Lu, feat: Add BigintValuesUsingBloomFilter (#15741) b99863c07 by Heidi Han, fix: Make implicit int64_t -> double conversion explicit (#15770) 525063db1 by Richard Barnes, fix: Remove unused-but-set variables in velox (#15766) 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 47c37760e032..60de403d3eed 100755 --- a/ep/build-velox/src/get-velox.sh +++ b/ep/build-velox/src/get-velox.sh @@ -18,8 +18,8 @@ set -exu CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd) VELOX_REPO=https://github.com/IBM/velox.git -VELOX_BRANCH=dft-2025_12_14-1 -VELOX_ENHANCED_BRANCH=ibm-2025_12_14-1 +VELOX_BRANCH=dft-2025_12_16 +VELOX_ENHANCED_BRANCH=ibm-2025_12_16 VELOX_HOME="" RUN_SETUP_SCRIPT=ON ENABLE_ENHANCED_FEATURES=OFF