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: [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]