Thijsvandepoll commented on issue #7574: URL: https://github.com/apache/iceberg/issues/7574#issuecomment-1546638310
Yeah I thought it fixed it but mislooked. So the things what I am seeing is: - A single registered catalog in the HMS (see example above). - Rest works fine. - If do `CREATE NAMESPACE hive_catalog.new_namespace;` and then start a new session for another catalog and do create a new namespace there with the same name as the previous `CREATE other_catalog.new_namespace`, it gives a conflict that `new_space` already exists. Because actually `other_catalog` and `hive_catalog` point to the same catalog in the HMS called `hive`. What I am expecting is: - Create/register multiple catalogs by the provided name such that there is no name conflict across different catalogs. Hope this clarifies what I am seeing and expecting! -- 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]
