From 171cbdbfc8dd8df85d90142ac0c95f7ba9f37275 Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Mon, 18 May 2026 06:29:29 +0000 Subject: [PATCH 1/3] [GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_05_18) Upstream Velox's New Commits: 6af674c38 by Claude, feat(fuzzer): Add WindowNode-based alternate plan to TopNRowNumberFuzzer (#17536) bec8806bf by 1fanwang, fix(parquet): Include file column name in schema-mismatch error (#16591) (#17353) 103b8c889 by Shaojie Li, fix(cudf): Show stats for adapter operators not in plan tree (#17541) 81dff12ad by Suryadev Sahadevan Rajesh, refactor(encoding): Move encoding selection files to `selection/` subfolder (#17540) 472d3196b by beliefer, fix: Pass request type to SelectiveDecimalColumnReader (#17463) fb0826ace by Masha Basmanova, docs: Add PR review scripts and style guide (#17524) d41a22889 by Xiao Du, refactor: Enforce callers to provide metadataIoStats to TabletReader (#17534) 951677f88 by Shruti Shivakumar, refactor(cudf): Alphabetize objects in Velox-cuDF CMake files (#17517) 1718279d7 by Krishna Pai, build(docker): Pin tzdata across all velox-dev images (#17535) 2a5e3f905 by Shrinidhi Joshi, fix: Drop HashTable cache entry on builder failure (#17527) 982637f85 by Masha Basmanova, feat: Support dialect-specific type coercion (#17519) ea683f05a by Chengcheng Jin, fix(cudf): Fix CudfSplitReader ReaderOptions init (#17532) 8801a43ff by Scott Lee, Add reallocateBytes to MemoryAllocator to avoid unnecessary memcpy (#17525) a983d9b07 by Madhurendra Purbay, perf(simd): Add arch-aware boolean mask helpers (#17257) 2cea959b7 by rexan, feat: Add support for TZDIR environment variable (#15871) 02f22e8ac by Raymond Lin, feat: Add partition key propagation to ScanBatchEvent callback (#17513) 53b6a8b03 by Huameng (Michael) Jiang, fix(tracer): Fix TableWrite trace replayer to register connector and preserve serde parameters (#17526) 5680a3226 by Xiaoxuan Meng, Refactor ReaderOptions IoStatistics from raw pointers to shared_ptr (#17518) fd130f44a by mohsaka, feat: Add iceberg data file statistics (#17388) 805db6b72 by Pramod Satya, fix: Validate reduce_agg initial state (#17398) 6af81f0e7 by Shaojie Li, perf(hashtable): Add adaptive prefetch to hashRows normalizedKey path (#17495) 78ebafc59 by Rui Mo, fix(spark): Remove TIMESTAMP_NTZ type (#17512) 6800d5ba1 by mohsaka, feat: Add FileMetadata return to Writer::close() and introduce WriterConfig constants (#17509) 888bab856 by Orri Erling, feat(wave): Add durable kernel caching infrastructure to wave/common (#17474) d0a53253c by Facebook GitHub Bot, Re-sync with internal repository 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 a6631e1e762..51034c77f78 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_15 -VELOX_ENHANCED_BRANCH=ibm-2026_05_15 +VELOX_BRANCH=dft-2026_05_18 +VELOX_ENHANCED_BRANCH=ibm-2026_05_18 VELOX_HOME="" RUN_SETUP_SCRIPT=ON ENABLE_ENHANCED_FEATURES=OFF From 102b987bcb73d979eefb3876a483491771033325 Mon Sep 17 00:00:00 2001 From: Reema Alzaid Date: Mon, 18 May 2026 13:32:25 +0300 Subject: [PATCH 2/3] Trigger CI From 188b5dcd5564166e335b55bd3a304d44eefcc3ff Mon Sep 17 00:00:00 2001 From: Reema Alzaid Date: Mon, 18 May 2026 19:38:39 +0300 Subject: [PATCH 3/3] Trigger PR CI Signed-off-by: Reema Alzaid