kevinjqliu commented on issue #1317: URL: https://github.com/apache/iceberg-python/issues/1317#issuecomment-2541919224
Hi @jiakai-li thanks for looking into this! > It was run with the s3fs module removed from the environment, which runs ok: I think you'd want to remove `pyarrow` instead. `data_files` is a metadata table that only requires reading metadata files from the object store using s3fs. `pyarrow` should not be necessary to read metadata files I think the issue is related to the import here https://github.com/apache/iceberg-python/blob/a97d13c17cd03f86252b9df2c65532ec45fb05da/pyiceberg/table/inspect.py#L476-L480 -- 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