tisyabhatia commented on code in PR #28330:
URL: https://github.com/apache/flink/pull/28330#discussion_r3376428940


##########
flink-table/flink-sql-parser/src/main/codegen/templates/Parser.jj:
##########
@@ -2596,25 +2596,45 @@ SqlNode Where() :
 SqlNodeList GroupBy() :
 {
     final List<SqlNode> list;
-    final boolean distinct;
     final Span s;
+    SqlParserPos pos;
+    List<SqlNode> res;

Review Comment:
   working on making the change in Calcite, thanks!



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