From 5afb13e9c7545c0b9a473b9e9d6f7abb657e9c3f Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Fri, 8 May 2026 09:02:31 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_05_08) Upstream Velox's New Commits: c1ac8ac98 by Xiaoxuan Meng, feat: Add MetadataInput for IO-coalesced metadata loading with optional caching (#17438) 2145e80c8 by Zac Wen, feat: Add per-phase index lookup stats (#17416) 7a7f7dfd9 by Krishna Pai, fix: Back out Bump Presto Java image to 0.297 (#17455) adf62d8ee by Christian Zentgraf, fix(build): Build cudf test utils with VELOX_BUILD_TEST_UTILS (#17426) 72e81080f by Liangcai Li, feat(cudf): Support 3-arg LIKE expression (#17417) 90e8a39d8 by Shruti Shivakumar, feat(cudf): Add stddev_samp aggregation support (#17234) d18685414 by Krishna Pai, fix(ci): Drop unsupported -v flag from Presto launcher (#17449) 0ccb46340 by Christian Zentgraf, fix(build): Remove unnecessary benchmark link lib (#17429) 2df0ed023 by Jimmy Lu, test: Add extraction delta update interaction and text reader tests (#17338) e79b94222 by Suryadev Sahadevan Rajesh, fix(writer): Wire WriterOptions::memoryBudget into WriterContext::getMemoryBudget() (#17444) 153ac4085 by Shruti Shivakumar, feat(cudf): Implement null-aware left semi project join with filter (#17265) edc33c37e by Reema Alzaid, build: Bump Presto Java image to 0.297 (#17430) c35450cb5 by Suryadev Sahadevan Rajesh, refactor: Move selective Nimble reader config from QueryConfig to FileConfig (#17297) f5a10e845 by Reetika Agrawal, feat(iceberg): Support Iceberg V3 Default Column Values (initial-default read support with ADD COLUMN DEFAULT) read support (#16783) 54bac9311 by Bradley Dice, build(cudf): Migrate RMM usage to CCCL MR design (#17178) 913793058 by Abhinav Mukherjee, feat(): [velox] Add map_subset_key_in_range UDF (#17357) e01adf0cf by Xiaoxuan Meng, feat: Add contiguous allocation to AsyncDataCache and rename IO stats (#17413) baea2cc3a by Pratik Pugalia, build: Surface per-instance fuzzer state on cancel/timeout (#17414) 7b5592093 by Rito Takeuchi, perf(type): Speed up date extraction using Neri-Schneider algorithm (#17371) 6b7a9bb7e by Max Hoffman, misc(type): Add std::hash consistent with operator== 755892974 by Matt Gara, fix(cudf): Extend the CuDF function registry to allow for functions with matching name (#17258) bc31d0dc0 by Liangcai Li, feat(cudf): Support contains string predicates (#17325) 16fd8de13 by Henry Edwin Dikeman, fix(exec): Avoid lock contention on OutputBuffer read path (#17405) d84633c07 by Henry Edwin Dikeman, refactor: Use 1LL/1ULL for 64-bit integer literal portability (#17261) 7ab439995 by Henry Edwin Dikeman, fix: Add generic CRC32 software fallback in SimdUtil (#17230) fa53acda8 by Henry Edwin Dikeman, refactor: Centralize xxhash inline include into XxHashInline.h (#17229) 505a21e7c by Xiaoxuan Meng, refactor: Enforce not-null IoStatistics in ReaderOptions (#17399) 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 4d6eccdb3492..c87ef3f96006 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_06 -VELOX_ENHANCED_BRANCH=ibm-2026_05_06 +VELOX_BRANCH=dft-2026_05_08 +VELOX_ENHANCED_BRANCH=ibm-2026_05_08 VELOX_HOME="" RUN_SETUP_SCRIPT=ON ENABLE_ENHANCED_FEATURES=OFF