HonahX merged PR #644:
URL: https://github.com/apache/iceberg-python/pull/644
--
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
Fokko opened a new pull request, #644:
URL: https://github.com/apache/iceberg-python/pull/644
PyIceberg first started with s3fs as the default FileIO implementation
because it is more lightweight. At some point we've changed the default to
PyArrow since it is more feature rich.
We've