danny0405 commented on a change in pull request #13037:
URL: https://github.com/apache/flink/pull/13037#discussion_r463530824



##########
File path: 
flink-table/flink-sql-parser/src/main/codegen/includes/parserImpls.ftl
##########
@@ -735,6 +736,11 @@ SqlCreate SqlCreateTable(Span s, boolean replace, boolean 
isTemporary) :
 {
     <TABLE>
 
+    [
+        LOOKAHEAD(3)
+        <IF> <NOT> <EXISTS> { ifNotExists = true; }

Review comment:
       We can use `IfNotExistsOpt` parse block directly.




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


Reply via email to