-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
ENH: use native filesystem (if available) for read_parquet with pyarrow engine #51609
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
40 commits
Select commit
Hold shift + click to select a range
89e6f9a
ENH: Add filesystem to read_parquet/to_parquet
mroeschke 06a2b18
Add to to_parquet
mroeschke 35d8cbb
Merge remote-tracking branch 'upstream/main' into enh/parquet/arrow_fs
mroeschke 0b07437
Bump fsspec
mroeschke f57a195
fix import
mroeschke 6503a7e
Mock gcs to local for parquet
mroeschke 16a3da2
Merge remote-tracking branch 'upstream/main' into enh/parquet/arrow_fs
mroeschke dd27604
Fix condidition, add whatsnew
mroeschke 4ce7da8
address tests, bump gcsfs
mroeschke 0b3bd7d
Merge remote-tracking branch 'upstream/main' into enh/parquet/arrow_fs
mroeschke e1f8912
bump s3fs
mroeschke 49f2fc8
Merge remote-tracking branch 'upstream/main' into enh/parquet/arrow_fs
mroeschke c5166b5
Fix doc issues
mroeschke 7ec7d75
Try without fsspec wrapper
mroeschke 1b9ab77
Merge remote-tracking branch 'upstream/main' into enh/parquet/arrow_fs
mroeschke 4ce52cd
Merge remote-tracking branch 'upstream/main' into enh/parquet/arrow_fs
mroeschke 553105c
Merge remote-tracking branch 'upstream/main' into enh/parquet/arrow_fs
mroeschke c1161d3
Revert "Try without fsspec wrapper"
mroeschke ef7095a
Returns a tuple
mroeschke e6a61a9
Merge remote-tracking branch 'upstream/main' into enh/parquet/arrow_fs
mroeschke 08f3a30
Don't wrap in fsspec, undo deps bump
mroeschke 7703f0f
Fix whatsnew
mroeschke e99d234
Add validations for filesystem
mroeschke f4ef416
Validate that mock filesystem is used
mroeschke 3f0e751
Undo install.rst
mroeschke 970a08f
Try this
mroeschke d79f29f
Merge remote-tracking branch 'upstream/main' into enh/parquet/arrow_fs
mroeschke 29bce3b
Make global again?
mroeschke 440eeac
Merge remote-tracking branch 'upstream/main' into enh/parquet/arrow_fs
mroeschke 0017ae5
Try this
mroeschke 4d3aff9
Merge remote-tracking branch 'upstream/main' into enh/parquet/arrow_fs
mroeschke f6ac7ca
Merge remote-tracking branch 'upstream/main' into enh/parquet/arrow_fs
mroeschke 31593f0
Address review
mroeschke 7f5dad3
Merge remote-tracking branch 'upstream/main' into enh/parquet/arrow_fs
mroeschke 646dbad
Fix test
mroeschke 70f1e6c
Merge remote-tracking branch 'upstream/main' into enh/parquet/arrow_fs
mroeschke 96ef2fb
Use localfilesystem correctly
mroeschke 42e614d
Merge remote-tracking branch 'upstream/main' into enh/parquet/arrow_fs
mroeschke ae77a26
use absolute
mroeschke 91c9b93
Merge remote-tracking branch 'upstream/main' into enh/parquet/arrow_fs
mroeschke 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
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.