kenmy opened a new pull request, #6:
URL: https://github.com/apache/calcite-site/pull/6

   Line of code:
   `public final Employee[] emps = 0;`
   is not valid from java side. It was changed to 
   `public final Employee[] emps = new Employee[0];`
   This line can be compiled by Java compiler


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