zeodtr commented on issue #67:
URL: https://github.com/apache/iceberg-rust/issues/67#issuecomment-1735130628

   > @zeodtr What kind of catalog are you trying to implement?
   
   What I'm thinking is as explained by @Xuanwo: 
   
   >Do I understand correctly that @zeodtr's idea is to have the location field 
in the [table-metadata](https://iceberg.apache.org/spec/#table-metadata) 
managed by the catalog, making it optional for the catalog to determine the 
actual location?
   
   I'm trying to implement a `Catalog` that manages the table and table 
metadata itself, including where to store/retrieve them.
   So, the `Catalog` wants to determine the `location` itself, rather than take 
it as an argument.
   
   


-- 
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-unsubscr...@iceberg.apache.org

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


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

Reply via email to