Fokko commented on issue #18:
URL: https://github.com/apache/iceberg-rust/issues/18#issuecomment-1661813004

   > Should we support filesystem tables? (I don't really need them)
   
   In PyIceberg we don't support them, maybe in the future, but since Iceberg 
is object store native, we try to stay away from FileSystems. For read support, 
you could always load them using a 
[StaticTable](https://py.iceberg.apache.org/reference/pyiceberg/table/#pyiceberg.table.StaticTable).
   
   > How should a catalog interface(trait) look like?
   
   [This is what we went 
with](https://github.com/apache/iceberg/blob/master/python/pyiceberg/catalog/__init__.py#L249-L587)
 in PyIceberg.


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

Reply via email to