From 015c20bb6b0c6cca8aea92138d1611acb02744de Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Thu, 16 Apr 2026 08:58:55 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_04_16) Upstream Velox's New Commits: 45a03a6a0 by Henry Edwin Dikeman, test(exec): Guard operator blocking stats collection with TSAN atomic (#17201) 329370d79 by Jacob Khaliqi, fix: Ensure make_set_digest returns setdigest type (#17181) 7c8d92647 by Chengcheng Jin, refactor(cudf): Register Spark and Presto functions separately (#16960) 63a2a2c9a by generatedunixname1395027625275998, fbcode/velox/serializers/PrestoSerializerSerializationUtils.cpp (#16703) 439c3ad21 by Christian Zentgraf, fix(build): Build spark-server stage in docker compose (#17186) 7331a5095 by Pratik Pugalia, fix: SwitchExpr::computePropagatesNulls skips then-clauses due to wrong loop stride (#17155) 7eaea3153 by Natasha Sehgal, fix: Populate null placeholders in VariantToVector children 17488dcee by Jimmy Lu, test: Add map_concat expression benchmark (#17103) f1e43a962 by Chengcheng Jin, feat(cudf): Support all unary functions in AST (#17111) b29919bd3 by Masha Basmanova, fix: Replace static inline registration with traits-based pattern in QueryConfig (#17195) 7281717e5 by Masha Basmanova, refactor: Remove redundant hive. prefix from Hive connector config keys (#17192) 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 7a9366311837..ca14bc988059 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_15 -VELOX_ENHANCED_BRANCH=ibm-2026_04_15 +VELOX_BRANCH=dft-2026_04_16 +VELOX_ENHANCED_BRANCH=ibm-2026_04_16 VELOX_HOME="" RUN_SETUP_SCRIPT=ON ENABLE_ENHANCED_FEATURES=OFF