You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "kevinjqliu (via GitHub)" <gi...@apache.org> on 2023/04/25 18:08:39 UTC

[GitHub] [iceberg] kevinjqliu opened a new pull request, #7432: Use fsspec implementation of LocalFileSystem

kevinjqliu opened a new pull request, #7432:
URL: https://github.com/apache/iceberg/pull/7432

   Use fsspec implementation of LocalFileSysteminstead of pyarrow implementation
   
   ### Context
   the io implementation [prefers ](https://github.com/apache/iceberg/blob/master/python/pyiceberg/io/__init__.py#L264)pyarrow and will [check if the ](https://github.com/apache/iceberg/blob/master/python/pyiceberg/io/__init__.py#L292-L301)pyarrow[ library exists](https://github.com/apache/iceberg/blob/master/python/pyiceberg/io/__init__.py#L292-L301). it then falls back to the fsspec implementation which [currently requires ](https://github.com/apache/iceberg/blob/master/python/pyiceberg/io/fsspec.py#L34)pyarrow[ as well](https://github.com/apache/iceberg/blob/master/python/pyiceberg/io/fsspec.py#L34)
   from pyarrow.filesystem import LocalFileSystem
   
   so it looks like theres current no way to use the fsspec io implementation...
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] Fokko merged pull request #7432: Use fsspec implementation of LocalFileSystem

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko merged PR #7432:
URL: https://github.com/apache/iceberg/pull/7432


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org