You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/11/15 23:09:13 UTC

[GitHub] [spark] fuwhu opened a new pull request #26551: [SPARK-29858][SQL]ALTER DATABASE (SET DBPROPERTIES) should look up catalog like v2 commands

fuwhu opened a new pull request #26551: [SPARK-29858][SQL]ALTER DATABASE (SET DBPROPERTIES) should look up catalog like v2 commands
URL: https://github.com/apache/spark/pull/26551
 
 
   ### What changes were proposed in this pull request?
   Add AlterNamespaceSetPropertiesStatement, AlterNamespaceSetProperties and AlterNamespaceSetPropertiesExec to make ALTER DATABASE (SET DBPROPERTIES) command look up catalog like v2 commands.
   
   ### Why are the changes needed?
   It's important to make all the commands have the same catalog/namespace resolution behavior, to avoid confusing end-users.
   
   ### Does this PR introduce any user-facing change?
   Yes, add "ALTER NAMESPACE ... SET (DBPROPERTIES | PROPERTIES) ..." whose function is same as "ALTER DATABASE ... SET DBPROPERTIES ..." and "ALTER SCHEMA ... SET DBPROPERTIES ...".
   
   ### How was this patch tested?
   New unit test
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org