cloud-fan commented on issue #26775: [SPARK-30018][SQL] Support ALTER DATABASE SET OWNER syntax URL: https://github.com/apache/spark/pull/26775#issuecomment-563068711 For data source API, we do want to use properties to set owner/location/comment to make the API flexible. The problem is about end-user API: how do we expect end-users to set them? What I expect: - for CREATE TABLE/NAMESPACE, location should be set by LOCATION clause, comment should be set by COMMENT or properties. I'm not sure about owner: does hive support setting owner during CREATE TABLE/DATABASE - for ALTER TABLE/NAMESPACE, should be the same. location/owner should be set by special syntax instead of via properties.
---------------------------------------------------------------- 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]
