From f4b3323887407a83f97e581c4c3e7a566587a80d Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Sat, 13 Dec 2025 04:45:32 +0000 Subject: [PATCH 1/2] [GLUTEN-6887][VL] Daily Update Velox Version (dft-2025_12_13) Upstream Velox's New Commits: a866c90e5 by Kevin Wilfong, fix: Array concat should require 2 arguments as part of the function signature cb71df4a6 by Gary Helmling, Remove unneeded traces from structs column reader (#15592) d8484d988 by Pratik Pugalia, feat: Add cast from TIMESTAMP and TIMESTAMP WITH TIME ZONE to TIME (#15745) 6b873d234 by Yolande Yan, feat: Add SetDigest scalar functions. Add scalar functions on fuzzer blocklist. (#15591) 4ac28abd8 by Yolande Yan, feat: Add SetDigest type for scalar function signatures (#15739) 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 fa27ca3374a6..b1da33dcf101 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-2025_12_12-1 -VELOX_ENHANCED_BRANCH=ibm-2025_12_12-1 +VELOX_BRANCH=dft-2025_12_13 +VELOX_ENHANCED_BRANCH=ibm-2025_12_13 VELOX_HOME="" RUN_SETUP_SCRIPT=ON ENABLE_ENHANCED_FEATURES=OFF From a9854c73571ee10a7aa2398bd222fa8c6453c3a2 Mon Sep 17 00:00:00 2001 From: Rong Ma Date: Sat, 13 Dec 2025 15:28:28 +0800 Subject: [PATCH 2/2] add revert --- 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 b1da33dcf101..493de8203c43 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-2025_12_13 -VELOX_ENHANCED_BRANCH=ibm-2025_12_13 +VELOX_BRANCH=dft-2025_12_13-1 +VELOX_ENHANCED_BRANCH=ibm-2025_12_13-1 VELOX_HOME="" RUN_SETUP_SCRIPT=ON ENABLE_ENHANCED_FEATURES=OFF