beyond1920 commented on a change in pull request #16025:
URL: https://github.com/apache/flink/pull/16025#discussion_r660395788



##########
File path: 
flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/stream/StreamExecWindowTableFunction.java
##########
@@ -39,15 +39,18 @@
 public class StreamExecWindowTableFunction extends ExecNodeBase<RowData>
         implements StreamExecNode<RowData> {
 
-    private final WindowingStrategy windowingStrategy;
+    private final TimeAttributeWindowingStrategy windowingStrategy;
+    private final Boolean emitPerRecord;

Review comment:
       done




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