You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/11/13 21:55:34 UTC

[GitHub] [incubator-iceberg] asheeshgarg opened a new issue #643: Python Data Read Example

asheeshgarg opened a new issue #643: Python Data Read Example
URL: https://github.com/apache/incubator-iceberg/issues/643
 
 
   I had created few test Iceberg Table using local spark. I am able to read table metadata using the following operations
   from iceberg.core.filesystem import FilesystemTables
   location='/data/iceberg_lake/create'
   tables = FilesystemTables()
   table=tables.load(location)
   table.current_snapshot()
   In order to load the data do we need to pass the table location to pyarrow and load it. Not able to figure out any example.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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