jiefei30 commented on code in PR #3399:
URL: https://github.com/apache/calcite/pull/3399#discussion_r1332803836
##########
core/src/main/codegen/templates/Parser.jj:
##########
@@ -1988,8 +1988,8 @@ SqlLiteral JoinType() :
}
{
(
- LOOKAHEAD(3) // required for "LEFT SEMI JOIN" in Babel
Review Comment:
@JiajunBernoulli I just execute `javacc
core/build/fmpp/fmppMain/javacc/Parser.jj`.
The execution results are as expected :
```shell
Java Compiler Compiler Version 7.0.10 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file core/build/fmpp/fmppMain/javacc/Parser.jj . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the
parser/lexer using a Reader with the correct character encoding.
File "TokenMgrError.java" does not exist. Will create one.
File "ParseException.java" does not exist. Will create one.
File "Token.java" does not exist. Will create one.
File "SimpleCharStream.java" does not exist. Will create one.
Parser generated successfully.
```
There is no warning
--
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]