-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[I/O] Port to
pyarrow
filesystems by default. (#942)
This PR ports to our filesystem inference to create `pyarrow` `FileSystem` instances by default, only falling back to fsspec if the URI protocol is not supported. We also change our reading narrow waist to be around pyarrow `NativeFile` handles.
- Loading branch information
1 parent
69f4f0a
commit e50b3ac
Showing
3 changed files
with
248 additions
and
56 deletions.
There are no files selected for viewing
This file contains 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 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.