yunfengzhou-hub commented on code in PR #24272:
URL: https://github.com/apache/flink/pull/24272#discussion_r1502324525


##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/transformations/PhysicalTransformation.java:
##########
@@ -76,4 +76,8 @@ public void setSupportsConcurrentExecutionAttempts(
             boolean supportsConcurrentExecutionAttempts) {
         this.supportsConcurrentExecutionAttempts = 
supportsConcurrentExecutionAttempts;
     }
+
+    public boolean isOutputOnlyAfterEndOfStream() {
+        return false;

Review Comment:
   I just realized that this method is only used in 
xxxInputTransformationTranslator, and in all these usages the invoker methods 
know the concrete subclass of the physical transformation. Thus I removed this 
method and only kept the implementations in subclasses.



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