nrg4878 commented on a change in pull request #2389: URL: https://github.com/apache/hive/pull/2389#discussion_r656226944
########## File path: parser/src/java/org/apache/hadoop/hive/ql/parse/HiveParser.g ########## @@ -1042,6 +1042,7 @@ ddlStatement @init { pushMsg("ddl statement", state); } @after { popMsg(state); } : createDatabaseStatement + | createRemoteDatabaseStatement Review comment: instead of adding a new top level definition called "createRemoteDatabaseStatement", we should add an alternate syntax definition within "createDatabaseStatement". Please refer to createTableStatement syntax. -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org