From c8b94a4c9705cb6a9782437fd3d52f709444e31d Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Tue, 10 Mar 2026 04:45:33 +0000 Subject: [PATCH 1/2] [GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_03_10) Upstream Velox's New Commits: 796130003 by Devavret Makkar, feat(cuDF): Add streaming support to kFinal and kSingle Groupby aggregation (#16488) fc701d8ef by Zoltan Arnold Nagy, fix(cudf): Extract filters from remainingFilter for predicate pushdown (#16661) 6483e1ce7 by Zac Wen, feat: Add operator stats for IndexSource in query plan output (#16659) bd8305134 by Rui Mo, fix(fuzzer): Disable streaming aggregation for Spark fuzzer test (#14831) d0724bd7a by Ke Wang, refactor: Rename footerEstimatedSize to footerSpeculativeIoSize in ReaderOptions (#16671) 882ba3ef5 by Jialiang Tan, Add HierarchicalTimer: merge HardwareTimer + BenchmarkTimer into one (#16669) acbb96ce5 by Masha Basmanova, docs: Add blog post about hidden traps of regex in LIKE and split (#16673) 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 558f988e5c93..ce80f6f3c21b 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_08-iceberg -VELOX_ENHANCED_BRANCH=ibm-2026_03_08 +VELOX_BRANCH=dft-2026_03_10 +VELOX_ENHANCED_BRANCH=ibm-2026_03_10 VELOX_HOME="" RUN_SETUP_SCRIPT=ON ENABLE_ENHANCED_FEATURES=OFF From d22284abd18e38719651e890da4d60cdaa1095d4 Mon Sep 17 00:00:00 2001 From: Yuan Date: Tue, 10 Mar 2026 15:57:02 +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 ce80f6f3c21b..c3e3cf0f427a 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_10 +VELOX_BRANCH=dft-2026_03_10-iceberg VELOX_ENHANCED_BRANCH=ibm-2026_03_10 VELOX_HOME="" RUN_SETUP_SCRIPT=ON