Skip to content

[GLUTEN-6887][VL] Daily Update Velox Version (2026_05_08)#12054

Open
GlutenPerfBot wants to merge 1 commit intoapache:mainfrom
GlutenPerfBot:tagging-2026_05_08
Open

[GLUTEN-6887][VL] Daily Update Velox Version (2026_05_08)#12054
GlutenPerfBot wants to merge 1 commit intoapache:mainfrom
GlutenPerfBot:tagging-2026_05_08

Conversation

@GlutenPerfBot
Copy link
Copy Markdown
Contributor

@GlutenPerfBot GlutenPerfBot commented May 8, 2026

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<velox::Type> 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)

velox_branch: https://github.com/IBM/velox/commits/dft-2026_05_08

Related issue: #6887

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<velox::Type> 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 <glutenperfbot@glutenproject-internal.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant