You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "Fokko (via GitHub)" <gi...@apache.org> on 2023/02/28 21:25:03 UTC

[GitHub] [iceberg] Fokko commented on issue #5801: Read iceberg table into a PyArrow Dataset

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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org