kevinjqliu opened a new issue, #1317: URL: https://github.com/apache/iceberg-python/issues/1317
### Apache Iceberg version None ### Please describe the bug 🐞 From devlist, https://lists.apache.org/thread/lvtx80c2b47ckpfrylo4ot5o00nfb5r4 ``` When attempting to use data_files metadata tables, I needed to install both pyarrow and s3fs. I would have expected that I would just need pyarrow if that was the FileIO implementation. ``` Lets try to reproduce. Seems like `s3fs` is only used for fsspec https://grep.app/search?q=s3fs&filter[repo][0]=apache/iceberg-python&filter[lang][0]=Python -- 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]
