From 1bf56a57ccf0a3498f8de5a3e4ea41e4dfb38aec Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Sun, 23 Aug 2026 04:45:39 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_08_23) Upstream Velox's New Commits: 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..c2a7e2f968 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_23 +VELOX_ENHANCED_BRANCH=ibm-2026_08_23 VELOX_HOME="" RUN_SETUP_SCRIPT=ON ENABLE_ENHANCED_FEATURES=OFF