kevinjqliu commented on issue #654: URL: https://github.com/apache/iceberg-python/issues/654#issuecomment-2079530539
I see, so the issue here is that the `__init__` function sets the `self._filesystem` variable https://github.com/apache/iceberg-python/blob/a74c45dc08ec809e59ac1cbc908a340217e5de39/pyiceberg/io/pyarrow.py#L213-L214 but the class variable is called `_fs` https://github.com/apache/iceberg-python/blob/a74c45dc08ec809e59ac1cbc908a340217e5de39/pyiceberg/io/pyarrow.py#L209 This is probably a typo, here's the original PR https://github.com/apache/iceberg-python/commit/33f06fb0078eb604352880325ac46ecdc6899779#diff-8d5e63f2a87ead8cebe2fd8ac5dcf2198d229f01e16bb9e06e21f7277c328abdR140-R145 -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org