boyjoy1127 commented on code in PR #28028:
URL: https://github.com/apache/shardingsphere/pull/28028#discussion_r1291155574


##########
parser/sql/dialect/oracle/src/main/antlr4/imports/oracle/DDLStatement.g4:
##########
@@ -220,7 +220,21 @@ oidIndexClause
     ;
 
 createRelationalTableClause
-    : (LP_ relationalProperties RP_) collationClause? commitClause? 
physicalProperties? tableProperties?
+    : (LP_ relationalProperties RP_)

Review Comment:
   Only one switch sentence could cover all branches in the new gramma. In 
contrast, there are two switch sentences in the old gramma.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to