From b8346485fa761ff6946716a40e266a968854cf0c Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Fri, 1 May 2026 04:45:37 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_05_01) Upstream Velox's New Commits: e72a1a5a3 by generatedunixname89002005232357, Revert D101026565 (#17382) b55874d9a by Sandeep Thandassery, fix(function): Remove key-value pair limit from Spark map() 3657f946b by Jimmy Lu, fix: Bump website dependencies to fix GitHub security vulnerabilities (#17368) e29ffc64d by lingbin, refactor: Use char literals for newline/tab in MemoryManager::toString (#17359) 7f64dbbc4 by Hongze Zhang, fix(build): GCC 11.2 build regression (#17208) ac7f5c5fc by Shruti Shivakumar, feat(cudf): Support join filters with non-AST expressions spanning both sides (#17053) 3b31fc34d by Amit Dutta, misc: Fix typos in TpchBenchmark.rst (#17362) 5335309b0 by Xiaoxuan Meng, docs: Add Nimble cluster index tech blog post (#17356) 2f0af71f6 by Zac Wen, fix: Handle empty index splits in IndexLookupJoin (#17296) 83d4a1fa8 by Abhinav Mukherjee, feat: Optimize map_except UDF performance (#16811) f13e47350 by Karthikeyan, docs: Documentation of "Cudf Hive Connector Configuration (Experimental)" (#16266) 404e8def9 by Abhinav Mukherjee, feat: Optimize map_intersect performance with early-exit, reserve, and branch hints (#16813) 777a81f5e by Huameng (Michael) Jiang, refactor(reader): Rename pass string buffer config (#17348) bd716d19a by Xiao Du, fix: Remove misleading comments for parallel hash table build (#17340) 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 cee8ba3d142..1dad8215476 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_04_24 -VELOX_ENHANCED_BRANCH=ibm-2026_04_24 +VELOX_BRANCH=dft-2026_05_01 +VELOX_ENHANCED_BRANCH=ibm-2026_05_01 VELOX_HOME="" RUN_SETUP_SCRIPT=ON ENABLE_ENHANCED_FEATURES=OFF