hannerwang commented on code in PR #2768:
URL: https://github.com/apache/calcite/pull/2768#discussion_r855746350


##########
core/src/main/codegen/templates/Parser.jj:
##########
@@ -623,8 +630,7 @@ SqlNode OrderedQueryOrExpr(ExprContext exprContext) :
 {
     SqlNode e;
     SqlNodeList orderBy = null;
-    SqlNode start = null;
-    SqlNode count = null;
+    SqlNode[] startCount = {null, null};
 }
 {

Review Comment:
   Hi @chunweilei , thanks for your review, I'm glad to hear your suggestions 
to improve it.



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