From 2373877c8bb3d743214cdf98fc7fc768e0377722 Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Sat, 22 Aug 2026 04:45:38 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_08_22) Upstream Velox's New Commits: 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..613684e496 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_22 +VELOX_ENHANCED_BRANCH=ibm-2026_08_22 VELOX_HOME="" RUN_SETUP_SCRIPT=ON ENABLE_ENHANCED_FEATURES=OFF