osscm commented on issue #10205: URL: https://github.com/apache/iceberg/issues/10205#issuecomment-2095492489
thanks @flyrain using `namespace` to include `catalog-name` can also work. though then what will be the use of `catalog-id` Though IMO, as Spark and Trino using hive's `catalog-name` and understand it. It would be great, if RESTCatalog can also support it, and otherwise anyways `namespace` is there to support. > via a handshake endpoint to provide catalog id. and we are also discussing the similar topic in Trino community as well. and @danielcweeks has talked about `iceberg.rest-catalog.warehouse`, so can we also use warehouse for the `catalog-name` ``` The name of the warehouse for the REST catalog will either be defined by the uri endpoint itself or can be provided by the iceberg.rest-catalog.warehouse property in the [REST catalog configuration](https://trino.io/docs/current/object-storage/metastores.html#rest-catalog). This is up to the backing REST catalog implementation. ``` https://github.com/trinodb/trino/issues/21813#issuecomment-2093743439 -- 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