[GLUTEN-6887][VL] Daily Update Velox Version (2025_09_23)#10788
Merged
Conversation
Upstream Velox's New Commits: 7d7a91fc0 by wecharyu, fix: ArrowArrayStruct contains null data pointer for a buffer with non-zero computed size (#14755) 27e909259 by Hongze Zhang, build: Fix TpcdsConnector error "'this' pointer is null" (#14878) 426516c09 by James Gill, test(geo): Add tests for different output batch sizes (#14924) 5ced240b0 by Vivian Hsu, feat: Pass requestOptions per I/O call (#14883) e9ce22b8f by Abhinav Mukherjee, Replace boost::regex with RE2 regex in url_extract_parameter and fb_url_extract_parameter Presto function in Velox (#14681) 785b5863e by Jimmy Lu, fix: Do not overwrite valid promise (#14923) 602ffe137 by Chengcheng Jin, feat(hive): Support decimal as partition key type in Hive write and read (#12910) de60e0607 by Ke Wang, feat: Add parallel unit loader in Hive and implement it for DWRF (#14716) Signed-off-by: glutenperfbot <glutenperfbot@glutenproject-internal.com>
| void* buf, | ||
| facebook::velox::filesystems::File::IoStats* stats = nullptr) const override { | ||
| facebook::velox::filesystems::File::IoStats* stats = nullptr, | ||
| const folly::F14FastMap<std::string, std::string>& fileReadOps = {}) const override { |
Member
There was a problem hiding this comment.
Member
|
There's a CI error at This seems like a flaky test and I suppose it's nothing to do with the Velox version update. May investigate later. |
zhztheplayer
approved these changes
Sep 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upstream Velox's New Commits: