zhztheplayer commented on a change in pull request #1159: [CALCITE-2993]
ParseException may be thrown for legal SQL queries due…
URL: https://github.com/apache/calcite/pull/1159#discussion_r274894112
##########
File path: core/src/main/codegen/templates/Parser.jj
##########
@@ -3422,7 +3429,6 @@ SqlNode AtomicRowExpression() :
}
{
(
- LOOKAHEAD(1)
Review comment:
This one is removed cause it is redundant. (Same reason, production
`Literal()` contains only a single token)
----------------------------------------------------------------
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]
With regards,
Apache Git Services