From 55dd5fe6d1aa223a018fbfd90dc97b827cec570d Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Mon, 24 Aug 2026 04:45:49 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_08_24) Upstream Velox's New Commits: a9c90e024 by Jimmy Lu, fix(function): Fix LIKE crash on truncated UTF-8 patterns (#18622) (#18622) fc329bf3f by Krishna Pai, feat(nimble): Add shared dictionary encoding and writer (#18640) 33a594c8e by Joe Abraham, fix(hive): Test split filters on all partition keys and constants e4811a2f7 by Devavret Makkar, fix(cuDF): Avoid copying single cuDF concat batches in CudfBatchConcat 29357c4fe by Maria Basmanova, fix(tests): Keep an explicit ROWS window frame (#18639) 683854b30 by XiaoDu, misc(nimble): Make DeltaBlock reject unsorted input as incompatible (#18631) (#18631) 787f964a6 by Xiaoxuan, fix(nimble): Build writer reclaimer in OSS 6a99eaada by Xiaoxuan, feat(nimble): Add external dictionary build tool and library (#18634) b7199fb2e by Xiaoxuan, feat(nimble): Add shared dictionary config (#18636) ae3f7b1b2 by Xiaoxuan, refactor(nimble): Rename file features to properties (#18616) 4d16851ec by Xiaoxuan, feat(nimble): Add shared dictionary catalog reader eb9af27c7 by Xiaoxuan, feat(nimble): Add shared dictionary catalog schema (#18620) 6ced766a5 by Amit Dutta, fix(kll): Reject unsafe sketch sizes 52bb657fa by Krishna Pai, fix(nimble): Drop read-only PFOR from dispatch fuzzer test 15d719e24 by oerling, feat(torchwave): Common-subexpression elimination (#18623) 417d2275e by Krishna Pai, feat(nimble): Merge Writer and Deserializer with fbcode (#18625) 2c661fc83 by Krishna Pai, feat(nimble): Sync Nimble from fbcode after the move into Velox (#18614) c2a52d021 by PRASHANT GOLASH, perf: Pack DirectCoalescedLoad buffers into one shared allocation (#17949) 23062d1bd by Shrinidhi Joshi, feat(exchange): Add materialized exchange implementation - operator and output buffer (#18579) 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 bc5f41aa8f..48fbb8eaac 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_08_21 -VELOX_ENHANCED_BRANCH=ibm-2026_08_21 +VELOX_BRANCH=dft-2026_08_24 +VELOX_ENHANCED_BRANCH=ibm-2026_08_24 VELOX_HOME="" RUN_SETUP_SCRIPT=ON ENABLE_ENHANCED_FEATURES=OFF