HuangXingBo commented on a change in pull request #16240:
URL: https://github.com/apache/flink/pull/16240#discussion_r656705464



##########
File path: 
flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/plan/rules/physical/stream/StreamPhysicalPythonGroupWindowAggregateRule.java
##########
@@ -77,7 +77,11 @@ public boolean matches(RelOptRuleCall call) {
                 aggCalls.stream()
                         .anyMatch(x -> PythonUtil.isPythonAggregate(x, 
PythonFunctionKind.PANDAS));
         boolean existJavaFunction =
-                aggCalls.stream().anyMatch(x -> 
!PythonUtil.isPythonAggregate(x, null));
+                aggCalls.stream()

Review comment:
       Currently we doesn't support general python udaf in stream over window 
and batch mode.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to