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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to