From 4917531e7c6030f34f583942d514eba4f66b1b13 Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Sat, 14 Mar 2026 04:45:32 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_03_14) Upstream Velox's New Commits: 29b2ff128 by Masha Basmanova, fix: Fix race condition in Exchange operator stats reporting (#16759) 0340a1532 by Masha Basmanova, feat: Add PlanNode::requiresSingleThread() API (#16753) e84a6761f by Sergey Pershin, fix: Add blockedWaitFor runtime metrics in Driver::closeByTask() (#16711) 87c8f7e0d by Zhichen Xu, fix(rpc): Fix CMake header-only library targets for velox_rpc_types and velox_rpc_client (#16748) 9d598cd12 by Pratik Pugalia, fix(build): Update new claude-code-action to latest forked-pr-fix branch (#16755) 22d35f679 by Pedro Eugenio Rocha Pedreira, test: Add makeMapVector overload with explicit offsets and sizes (#16749) 1f4d5ff44 by Krishna Pai, fix(build): Harden the merge to main builds (#16424) 63f50f40c by Pratik Pugalia, build: Add new Claude workflow with latest claude-code-action plugin with skills (#16694) 6fe92cf39 by Shrinidhi Joshi, docs: Add HashTableCaching doc to index (#16705) fda5025d6 by Xiao Du, feat: Add spill for MarkDistinct (#16577) 6d481a6cf by Pratik Pugalia, Skip IPADDRESS in containers for expression fuzzer functions that trigger Presto Int128ArrayBlock.compareTo() bug (#16742) e8fd7cf40 by Ke Wang, refactor: Add initColumnStatsCollection to ColumnReaderStatistics (#16741) 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 f3a01df66e31..87ae83da3751 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-2026_03_11-iceberg -VELOX_ENHANCED_BRANCH=ibm-2026_03_11 +VELOX_BRANCH=dft-2026_03_14 +VELOX_ENHANCED_BRANCH=ibm-2026_03_14 VELOX_HOME="" RUN_SETUP_SCRIPT=ON ENABLE_ENHANCED_FEATURES=OFF