WillAyd commented on issue #1655: URL: https://github.com/apache/iceberg-python/issues/1655#issuecomment-2737663703
I think this would be a great addition to the library and open up support for integration with a large variety of dataframe tools. Given PyIceberg already has a `.to_arrow()` method, maybe we can start by using that for the implementation of the dunders? ```python def __arrow_c_stream__(self, requested_schema): return self.scan().to_arrow().__arrow_c_stream__(requested_schema) ``` -- 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