Skip to content

Commit

Permalink
Following [CALCITE-5688] Eliminate warnings in server parser
Browse files Browse the repository at this point in the history
  • Loading branch information
JiajunBernoulli committed Jul 29, 2023
1 parent 1908108 commit 11126c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/codegen/templates/Parser.jj
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,7 @@ SqlNode SqlStmt() :
|
</#if>
<#if (parser.truncateStatementParserMethods!default.parser.truncateStatementParserMethods)?size != 0>
LOOKAHEAD(2)
stmt = SqlTruncate()
|
</#if>
Expand Down

0 comments on commit 11126c5

Please sign in to comment.