You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/08/26 06:34:16 UTC

[GitHub] [iceberg] Fokko commented on a diff in pull request #5332: [Python] FsspecFileIO, a FileIO that wraps any fsspec compliant filesystem

Fokko commented on code in PR #5332:
URL: https://github.com/apache/iceberg/pull/5332#discussion_r955703492


##########
python/pyproject.toml:
##########
@@ -78,6 +80,12 @@ pyarrow = ["pyarrow"]
 snappy = ["python-snappy"]
 python-snappy = ["zstandard"]
 hive = ["thrift"]
+s3fs = ["s3fs"]

Review Comment:
   I think we want to install `fsspec` always, and then we have the option to install different implementations `s3fs`, `gcsfs`, `adlfs` etc



-- 
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