macroguo-ghy commented on code in PR #3442:
URL: https://github.com/apache/calcite/pull/3442#discussion_r1350142769
##########
core/src/main/codegen/templates/Parser.jj:
##########
@@ -4318,8 +4318,13 @@ SqlCreate SqlCreate() :
(
<#-- additional literal parser methods are included here -->
<#list
(parser.createStatementParserMethods!default.parser.createStatementParserMethods)
as method>
+ <#if method = "SqlCreateTableLike">
Review Comment:
I'm afraid not, we need to use `LOOKAHEAD` to distinguish `CREATE TABLE` and
`CREATE TABLE ... LIKE`.
--
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]