-
Notifications
You must be signed in to change notification settings - Fork 84
Implement row group skipping for the default engine parquet readers #362
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
Merged
Changes from 19 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
715f233
WIP - first pass at the code
ryan-johnson-databricks ef71f1a
split out a trait, add more type support
ryan-johnson-databricks 39b8927
support short circuit junction eval
ryan-johnson-databricks b5c3a52
Merge remote-tracking branch 'oss/main' into row-group-skipping
scovich e71571e
add tests, fix bugs
scovich cbca3b3
support SQL WHERE semantics, finished adding tests for skipping logic
scovich e7d87eb
Mark block text as not rust code doctest should run
scovich beeb6e8
add missing tests identified by codecov
scovich 519acbd
Wire up row group skipping
scovich 18b33cf
delete for split - parquet reader uses row group skipping
scovich 6c98441
parquet reader now uses row group skipping
scovich 0fdaf0a
add stats-getter test; review comments
scovich 8ac33f8
Merge remote-tracking branch 'oss/main' into use-row-group-skipping
scovich 1cf03dc
improve test coverage; clippy
scovich bc8b344
yet more test coverage
scovich 0971002
improve test coverage even more
scovich 375a380
Add a query level test as well
scovich 6236874
Fix broken sync json parsing and harmonize file reading
scovich 9efcbf7
fmt
scovich 46d19e3
remove spurious TODO
scovich 7666512
Revert "Fix broken sync json parsing and harmonize file reading"
scovich f3865d0
Merge remote-tracking branch 'oss/main' into use-row-group-skipping
scovich a4dc3da
review comments
scovich 40131db
Merge remote-tracking branch 'oss/main' into use-row-group-skipping
scovich bf65904
Infer null count stat for missing columns; add more tests
scovich cce762d
One last test
scovich c7d6bb0
test cleanup
scovich 4f92ed7
code comment tweak
scovich 08a305b
remove unneeded test
scovich e8a947e
Merge remote-tracking branch 'oss' into use-row-group-skipping
scovich bf1e3a8
fix two nullcount stat bugs
scovich 9d632e7
Merge remote-tracking branch 'oss/main' into use-row-group-skipping
scovich 4a77f3a
review nits
scovich 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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.