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

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

ianmcook commented on issue #5801:
URL: https://github.com/apache/iceberg/issues/5801#issuecomment-1448931543

   Nit: the term _Dataset_ has a [specific meaning in PyArrow](https://arrow.apache.org/docs/python/dataset.html). It refers to a lazily read set of files on disk. As opposed to a _Table_ in PyArrow which is materialized in memory. I believe what has been implemented in #6233 is converting an Iceberg Table to a PyArrow _Table_.


-- 
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