slinkydeveloper commented on a change in pull request #18621:
URL: https://github.com/apache/flink/pull/18621#discussion_r800624109



##########
File path: 
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/stream/StreamExecPythonGroupTableAggregate.java
##########
@@ -58,12 +58,16 @@
 /** Stream {@link ExecNode} for unbounded python group table aggregate. */
 public class StreamExecPythonGroupTableAggregate extends ExecNodeBase<RowData>
         implements StreamExecNode<RowData>, 
SingleTransformationTranslator<RowData> {
+
     private static final Logger LOG =
             LoggerFactory.getLogger(StreamExecPythonGroupTableAggregate.class);
 
+    private static final String GROUP_TABLE_AGGREGATE_OPERATOR = 
"group-table-aggregate";

Review comment:
       That was a mistake, StreamExecPythonGroupTableAggregate is among the non 
supported nodes




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