JiajunBernoulli opened a new pull request, #3335:
URL: https://github.com/apache/calcite/pull/3335

   There are no warning.
   - core
   ```
   $ javacc core/build/fmpp/fmppMain/javacc/Parser.jj
   Java Compiler Compiler Version 7.0.9 (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" is being rebuilt.
   File "ParseException.java" is being rebuilt.
   File "Token.java" is being rebuilt.
   File "SimpleCharStream.java" is being rebuilt.
   Parser generated successfully.
   
   ```
   - server
   
   ```
   $ javacc server/build/fmpp/fmppMain/javacc/Parser.jj
   Java Compiler Compiler Version 7.0.9 (Parser Generator)
   (type "javacc" with no arguments for help)
   Reading from file server/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" is being rebuilt.
   File "ParseException.java" is being rebuilt.
   File "Token.java" is being rebuilt.
   File "SimpleCharStream.java" is being rebuilt.
   Parser generated successfully.
   
   ```


-- 
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]

Reply via email to