From 1bb1005ba5c73548f6589d0c4500c60078ef13fa Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Sat, 27 Jun 2026 07:32:34 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_06_27) Upstream Velox's New Commits: 14de1ea1a by Zac Wen, fix: Reject nullAllowed filters in index lookup extraction (#17928) 72b003f55 by Ping Liu, docs: Refactor hive connector config properties (#17872) a49069bf8 by Hazmi, feat(iceberg): Support customize file name generator for IcebergInsertTableHandle (#17437) 8fc595046 by Masha Basmanova, refactor(test): Build DuckDbQueryRunner's database lazily (#17939) 9e63ccfe0 by Zac Wen, fix: Handle exclusive floating-point bounds in extractRangeBounds (#17916) f259ed2de by sungwoo-XCENA, build(cxl): Add the VELOX_ENABLE_CXL build flag (#17935) 83a17d6fd by Jimmy Lu, build: Add BloomFilter.cpp to velox_common_base CMake sources (#17946) f13ddcb8c by Hongze Zhang, feat(spark): Use BloomFilterView in BloomFilterMightContainFunction to avoid copy (#16609) 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 637860db37d..81112e8fe22 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_06_12 -VELOX_ENHANCED_BRANCH=ibm-2026_06_12 +VELOX_BRANCH=dft-2026_06_27 +VELOX_ENHANCED_BRANCH=ibm-2026_06_27 VELOX_HOME="" RUN_SETUP_SCRIPT=ON ENABLE_ENHANCED_FEATURES=OFF