liurenjie1024 commented on issue #55: URL: https://github.com/apache/iceberg-rust/issues/55#issuecomment-1710958778
> I have a new idea for naming: How about using `Tabular`? > > So we will have: > > * `load_tabular()` / `load_table()` / `load_view()` > * `Tabular::Table(table)` / `Tabular::View(view)` > > What do you think? I asked chatgpt, and he also thinks it's good idea. BTW, should we raise discussion in iceberg community to add an api to catalog interface? Both java and python all have catalog interface: https://github.com/apache/iceberg/blob/f0149a5860efe3f78d7cb07b81b4e1910b438020/api/src/main/java/org/apache/iceberg/catalog/Catalog.java#L33 https://github.com/apache/iceberg/blob/master/python/pyiceberg/catalog/__init__.py -- 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]
