HonahX commented on issue #1606: URL: https://github.com/apache/iceberg-python/issues/1606#issuecomment-2635904022
Thanks for reporting this! This seems related to: https://github.com/apache/iceberg/issues/10127 and https://github.com/apache/iceberg/pull/11830. The solution is to support `wasbs` scheme in FsspecFileIO, which means we have to at least update https://github.com/apache/iceberg-python/blob/6fffb644518bb64e8f33883d850edbe18c12bd07/pyiceberg/io/__init__.py#L305 and https://github.com/apache/iceberg-python/blob/b15934d5a9e6bf97b047f63239cc21ba1c15cdd4/pyiceberg/io/fsspec.py#L210 to include the scheme. I am not familiar with `adlfs`'s `AzureBlobFileSystem` so not sure if it supports `wasbs` out-of-box. -- 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]
