-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-6341: [Python] Implement low-level bindings for Dataset #5237
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
Closed
Closed
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
a0b35c7
skeleton and headers
kszucs d51b560
data fragments and data sources
kszucs 132e2f5
license
kszucs c0d6715
Rebase datasets [skip ci]
kszucs 5e279ea
Basic scanning [skip ci]
kszucs 3bbc51b
MockFileSystem [skip ci]
kszucs 43c3d2b
MockFileSystem and use Results [skip ci]
kszucs 18cfd94
Resolve issues with handling iterator results [skip ci]
kszucs 0c0e375
Working scanner [skip ci]
kszucs bd6e1d6
FileSystemDataSourceDiscovery [skip ci]
kszucs d14cf50
PartitionScheme [skip ci]
kszucs 2e416ea
Expressions [skip ci]
kszucs 01029a6
Test parquet data discovery [skip ci]
kszucs 444ae58
Expressions and scalar wrapping [skip ci]
kszucs 53b6491
Expose Scalar/Comparison/Boolean expressions [skip ci]
kszucs 8cdfe10
Expose more methods
kszucs a76dc6c
Remove the move headers from flight
kszucs bf5dd17
Release the gil for std::move
kszucs d1bc74e
HivePartitionScheme
kszucs 2da1b5c
Please the linters
kszucs 1a4a854
Fix import errors if dataset is not enabled
kszucs 032a435
More expressions and testing
kszucs c9881c8
Downcast data fragments
kszucs f89dc49
Data fragments
kszucs 5beb0d2
Pxd definition fixes
kszucs 01510bc
Some docstrings
kszucs e9f77bd
Expose root_partition
kszucs 620ba6f
schema as property
kszucs 13eaf46
Remove move workaround
kszucs f52e735
Remove DataFragment and ScanOptions
kszucs 4384b74
Enable PYARROW_BUILD_DATASET
kszucs 3210e91
Fixing review issues
kszucs 9b38a40
Docstring additions
kszucs f589ecb
Removed todo notes
kszucs c9ba0fb
Fix review comments
kszucs e6a5623
Expose root_partition setter; resolve a couple of review issues
kszucs 6260734
Fix api changes
kszucs a1d8254
Remove ScanContext
kszucs 7553caa
Clang format
kszucs b8949a3
Result iterator api
kszucs 3988865
Rebase again
kszucs f2ab5eb
type_name
kszucs bd0d1d2
more type_name
kszucs 64ca712
Execute instead of scan
kszucs 27dbe56
Don't deprecate RandomFileAccess just remove in favor of CRandomFileA…
kszucs 48b5556
Test projected partitions
kszucs 069d8f5
Don't expose SimpleDataSource
kszucs 45121f7
Fix tests for MockFs
kszucs 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
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
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.
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.
+1
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.
Need to create a follow-up jira.