From c4dcee3ed443ad10289e1ca332e3660f1cecbc7f Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Wed, 3 Jun 2026 04:45:34 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_06_03) Upstream Velox's New Commits: eedf68b31 by Muhammad Haseeb, feat(cudf): Add Iceberg support to velox-cudf (#17054) f9e1c33ed by Orri Erling, feat: TorchWave documents, meters, cost model and adaptivity (#17688) 905d3a48e by Zac Wen, feat(hive): Add partition routing support to HiveIndexSource (#17461) 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 2d819f974b..93b66bafc0 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_05_29 -VELOX_ENHANCED_BRANCH=ibm-2026_05_29 +VELOX_BRANCH=dft-2026_06_03 +VELOX_ENHANCED_BRANCH=ibm-2026_06_03 VELOX_HOME="" RUN_SETUP_SCRIPT=ON ENABLE_ENHANCED_FEATURES=OFF