snuyanzin commented on code in PR #28330:
URL: https://github.com/apache/flink/pull/28330#discussion_r3365219002
##########
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:
what is the reason of this change?
We should not touch this file
we should only put here backports from Calcite and nothing more
--
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]