tristaZero commented on pull request #7340:
URL: https://github.com/apache/shardingsphere/pull/7340#issuecomment-689944085


   @xbkaishui Hi There are a bit improper definitions for `notExistClause_` and 
`existClause_` (below `notExistClause_`). Could you improve this point?
   The concrete action is to move `?` from `notExistClause_` and `existClause_` 
to the position where they are used. Plus, to remove the redundant `()` from 
them is required.
   
   > createTable
       : CREATE TEMPORARY? TABLE notExistClause_ tableName 
(createDefinitionClause? tableOptions_? partitionClause? 
duplicateAsQueryExpression? | createLikeClause)
       ;


----------------------------------------------------------------
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]


Reply via email to