rdblue commented on issue #24560: [SPARK-27661][SQL] Add SupportsNamespaces API URL: https://github.com/apache/spark/pull/24560#issuecomment-517960600 @cloud-fan, @brkyvz, @mccheah, from the discussion, I think that the rename from `createNamespace` to `createNamespaceMetadata` was a bad idea. I think there is consensus around using `createNamespace` and failing calls if the namespace already exists because a table exists. I've reverted the rename to `createNamespaceMetadata` and updated the tests. Now, the method is `createNamespace` and the tests validate that the namespace creation fails when a table exists. Any objections to that behavior?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
