bigluck commented on PR #1256: URL: https://github.com/apache/iceberg-python/pull/1256#issuecomment-2442124313
@Fokko follow up of our discussion on Slack: https://apache-iceberg.slack.com/archives/C029EE6HQ5D/p1730134036731089?thread_ts=1730122956.980119&cid=C029EE6HQ5D Pyarrow 17 installed numpy too, but starting from pyarrow 18 they removed the dependency. https://github.com/apache/arrow/pull/44148 the `io/pyarrow.py` file imports `numpy`, so it can happens that the import of the pyarrow io strategy fails and it falls back to the s3fs strategy, hoping the user has the package installed on his system. -- 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