-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add hybrid scan multifile chunked materializers #23013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
rapids-bot
merged 59 commits into
NVIDIA:main
from
mhaseeb123:fea/chunked-materialization
Jun 30, 2026
Merged
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
121bf9d
Add hybrid scan multifile reader basics
mhaseeb123 b763cdb
Minor
mhaseeb123 c9bf419
Clean up claude's comments
mhaseeb123 795f058
Add gtests
mhaseeb123 ec0b59e
Merge branch 'main' into fea/hybrid-scan-multifile-base
mhaseeb123 f8b90ea
Apply suggestions from code review
mhaseeb123 90aef61
Update cpp/src/io/parquet/experimental/hybrid_scan_multifile.cpp
mhaseeb123 8876f57
Apply suggestions from @PointKernel (thanks!)
mhaseeb123 a575276
Minor
mhaseeb123 c7d7cb6
Minor changes
mhaseeb123 467a628
Allow more than 2B rows
mhaseeb123 1909146
Minor bug fix
mhaseeb123 17fd247
Minor
mhaseeb123 0493395
Merge branch 'main' into fea/hybrid-scan-multifile-base
mhaseeb123 e0319ab
Merge branch 'main' into fea/hybrid-scan-multifile-base
mhaseeb123 bf25506
Merge branch 'main' into fea/hybrid-scan-multifile-base
mhaseeb123 e013fda
Add multifile row group filtering with stats and byte ranges
mhaseeb123 209a9e2
Merge branch 'main' into fea/hybrid-scan-multifile-row-group-filter-p…
mhaseeb123 c164897
Revert unneeded changes
mhaseeb123 7a35f6e
Style fix
mhaseeb123 8c7b183
Address comments
mhaseeb123 140e90d
Address review comments
mhaseeb123 9fcbb0a
Apply suggestions
mhaseeb123 a35f429
Style
mhaseeb123 269212c
Merge branch 'main' of https://github.com/rapidsai/cudf into fea/hybr…
mhaseeb123 0d404b1
Multifile hybrid scan APIs for row mask construction
mhaseeb123 db305f0
Simplify test
mhaseeb123 6b9d7af
Merge branch 'main' into fea/hybrid-scan-multifile-row-mask
mhaseeb123 48319ba
Multifile all column materializers for multifile hybrid scan
mhaseeb123 f9151ce
Doc updates
mhaseeb123 350047d
Merge branch 'main' into fea/column-chunk-byte-ranges
mhaseeb123 6cbf7ea
Merge branch 'main' into fea/column-chunk-byte-ranges
Matt711 db034d1
Add multifile hybrid scan two-step column materializers
mhaseeb123 1949b00
Merge branch 'main' into fea/two-step-materialize
mhaseeb123 f5875a1
Merge branch 'main' into fea/two-step-materialize
mhaseeb123 48c2eca
Merge branch 'main' into fea/two-step-materialize
mhaseeb123 13f0da6
Merge branch 'main' into fea/two-step-materialize
mhaseeb123 c641fa4
Style fix
mhaseeb123 f60af20
Minor
mhaseeb123 95c073d
Style
mhaseeb123 4544e87
Merge branch 'main' into fea/two-step-materialize
mhaseeb123 f62f443
Merge branch 'main' into fea/two-step-materialize
mhaseeb123 27ee85b
Add hybrid scan multifile chunked materializers
mhaseeb123 4f2d5a6
Merge branch 'main' of https://github.com/rapidsai/cudf into fea/chun…
mhaseeb123 9735cb3
Consolidate hybrid scan common
mhaseeb123 9e00142
Minor
mhaseeb123 9714eb4
Minor refactoring
mhaseeb123 988c2de
rearrange helper functions
mhaseeb123 8eb4a06
style fix
mhaseeb123 838b465
Address comments from coderabbitai
mhaseeb123 cbe5b6a
Revert some junk changes
mhaseeb123 d62b3eb
Fix empty row mask behavior
mhaseeb123 9ffec61
Minor
mhaseeb123 d6c4ba1
Minor
mhaseeb123 1d74c51
Minor
mhaseeb123 1b815f4
Minor
mhaseeb123 00cf4c3
style
mhaseeb123 c1d2e19
Merge branch 'main' into fea/chunked-materialization
mhaseeb123 52aae7f
Doc updates
mhaseeb123 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only doc changes