kevinjqliu commented on issue #1205: URL: https://github.com/apache/iceberg-python/issues/1205#issuecomment-2755125640
We have added [`to_arrow_batch_reader`](https://github.com/apache/iceberg-python/blob/278f7643cd62f9e14496177632cb48d9b52e553d/pyiceberg/table/__init__.py#L1765) API so that clients can read arrow batches one at a time. This is more memory efficient than `to_arrow` since `to_arrow` loads the entire arrow table in memory -- 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]
