kevinjqliu commented on issue #2271: URL: https://github.com/apache/iceberg-python/issues/2271#issuecomment-3176897903
Thanks for reporting this! I think the problem is with `FsspecFileIO` and `wasbs` I see that PyArrowFileIO supports `wasbs` https://github.com/apache/iceberg-python/blob/805265288d7373ffc85c7843c19a44696727e69c/pyiceberg/io/pyarrow.py#L417 but `FsspecFileIO` does not https://github.com/apache/iceberg-python/blob/805265288d7373ffc85c7843c19a44696727e69c/pyiceberg/io/fsspec.py#L233-L234 Could you use `abfs` or `abfss`? Otherwise, we can try adding `wasbs` to `FsspecFileIO` -- 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]
