dawidwys commented on code in PR #23411:
URL: https://github.com/apache/flink/pull/23411#discussion_r1452526246


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/functions/bridging/BridgingSqlAggFunction.java:
##########
@@ -63,6 +64,7 @@ public final class BridgingSqlAggFunction extends 
SqlAggFunction {
     private final List<RelDataType> paramTypes;
 
     private BridgingSqlAggFunction(
+            FlinkContext context,

Review Comment:
   What is the reason for those changes? Is it only to be able to create the 
`equalityHandler`? If so, let's keep it simple and remove those.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to