rdblue commented on code in PR #5953:
URL: https://github.com/apache/iceberg/pull/5953#discussion_r992777672
##########
python/pyiceberg/io/fsspec.py:
##########
@@ -136,8 +136,6 @@ class FsspecFileIO(FileIO):
"""A FileIO implementation that uses fsspec"""
def __init__(self, properties: Properties):
- self._scheme_to_fs = {}
- self._scheme_to_fs.update(SCHEME_TO_FS)
Review Comment:
This allows overriding the scheme-to-fs mapping for an individual FileIO
instance. Do we want to remove that capability?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]