danny0405 opened a new pull request #2061:
URL: https://github.com/apache/calcite/pull/2061
When the parser encounters a reserved-keyword and throws, change the
error message format to:
Incorrect syntax near the keyword '{keyword}' at line {line_number}, column
{column_number}.
The new format indicates that the next token is a keyword clearly so
that user can choose to use a non-reserved keyword or quotes the keyword
instead.
----------------------------------------------------------------
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]