-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-16616: [Python] Add lazy Dataset.filter() method #13409
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 all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
259f7f2
Proof of concept
amol- e3981e5
Working joins
amol- 4f50a8b
lint
amol- 545067a
Ensure standard dataset methods keep the filter
amol- 4441003
Document Dataset.filter
amol- 1d33ee3
Lint
amol- 9d3b4a9
Add class to reference
amol- e51ac73
tweak variable name
amol- 87a828f
Update docs/source/python/compute.rst
amol- c932b97
Update python/pyarrow/_dataset.pyx
amol- 30d2409
Remove unecessary casts
amol- 1f406de
move schema
amol- 6523ed5
better error and docstrings
amol- 3476dfb
Tweak docstrings
amol- 569cd80
Update cpp/src/arrow/compute/exec/options.cc
amol- 4401496
Refactoring
amol- b134425
Allow to create ScanOptions alone
amol- 737dac2
Working filter and join on filtered datasets
amol- 94e6713
lint
amol- 16afe33
Test with chained filtering
amol- 3f83890
Remove usage of FilteredDataset class
amol- e41fd94
Update docs/source/python/compute.rst
amol- 9c764ea
Disable Dataset.get_fragments() when filtered
amol- ba387f4
Disable passing None as a filter
amol- 74ba4be
2 lines separation between classes
amol- 5e96eb7
Dataset.replace_schema
amol- b1cf868
Remove CSourceNodeOptions.FromRecordBatchReader we don't use it anymore
amol- 75fe9fd
Deal with UnionDataset
amol- a6c08b1
minor fixes
jorisvandenbossche c2ff428
fixup
jorisvandenbossche 1f1d7bd
Ensure filtering works in parquet datasets too
amol- 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
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.
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.