Fokko commented on issue #5801: URL: https://github.com/apache/iceberg/issues/5801#issuecomment-1448936674
@ianmcook that is correct. If you have a petabyte Iceberg table, and you'll select a subset of the rows, only the relevant files are being read. This is directly read into a `pa.table`, and not a `pa.dataset`. If we want to make this truly lazy, the Iceberg primitives need to be implemented on the PyArrow side. -- 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]
