nssalian commented on pull request #3275: URL: https://github.com/apache/iceberg/pull/3275#issuecomment-949890090
> @nssalian, looks like there are two tables, `iceberg_namespaces` and `namespace_properties`. Do we need two? It seems to me that we only need the properties table and a namespace exists if the properties exist or if a table exists. I think we can remove `iceberg_namespaces`. What would `createNamespace` evolve to if we don't have a separate table? Perhaps a single row in the `namespace_properties` or go back to the being Unsupported. -- 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]
