From d471729932fafec79d49a37fe0e5ff17b679f6fe Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Fri, 13 Mar 2026 08:55:16 +0000 Subject: [PATCH 1/2] [GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_03_13) Upstream Velox's New Commits: 3a496fbd1 by Masha Basmanova, feat: Add stats spec to TableWrite/TableWriteMerge toString output (#16738) 81012541c by Masha Basmanova, fix: Handle mixed stats/data batches in TableWriteMerge (#16736) 013de73ec by Masha Basmanova, docs: Document TableWriteNode and TableWriteMergeNode (#16724) 62fe3bc94 by Abhinav Mukherjee, Revert D90476184: Remove dot_product UDF (#16739) 3f8017940 by Jialiang Tan, Consolidate MallocAllocator::Options and MmapAllocator::Options into MemoryAllocator::Options (#16735) 06709a860 by Jialiang Tan, MallocAllocator: add Options struct and malloc-based contiguous allocations (#16695) d16e3fb4a by Jialiang Tan, fix: Fix race condition in MockSharedArbitrationTest.localArbitrationRunInParallelWithGlobalArbitration (#16731) 3f02431a0 by Pratik Pugalia, fix(build): Improve CI dependency download reliability (#16728) 5edfdda3c by n0r0shi, misc: Move folly/Hash.h include from Type.h to Type.cpp (#16670) 731d8fb2a by Krishna Pai, fix: Fix formatting (#16730) 1a26e8dc1 by Krishna Pai, build: Pre-download gflags source in Ubuntu container image (#16713) b423dc159 by Xiaoxuan Meng, feat: Add Paimon connector data structures and scaffolding (#16674) 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..fece24b84cc2 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_13 +VELOX_ENHANCED_BRANCH=ibm-2026_03_13 VELOX_HOME="" RUN_SETUP_SCRIPT=ON ENABLE_ENHANCED_FEATURES=OFF From b6e386538773d0640b49c7d57dbdc5958d8da0b1 Mon Sep 17 00:00:00 2001 From: Yuan Date: Fri, 13 Mar 2026 22:13:17 +0000 Subject: [PATCH 2/2] fix Signed-off-by: Yuan --- ep/build-velox/src/get-velox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh index fece24b84cc2..ef7301934b6f 100755 --- a/ep/build-velox/src/get-velox.sh +++ b/ep/build-velox/src/get-velox.sh @@ -18,7 +18,7 @@ set -exu CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd) VELOX_REPO=https://github.com/IBM/velox.git -VELOX_BRANCH=dft-2026_03_13 +VELOX_BRANCH=dft-2026_03_13-iceberg VELOX_ENHANCED_BRANCH=ibm-2026_03_13 VELOX_HOME="" RUN_SETUP_SCRIPT=ON