dawidwys commented on a change in pull request #13423:
URL: https://github.com/apache/flink/pull/13423#discussion_r493586642
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/PushingAsyncDataInput.java
##########
@@ -57,5 +57,7 @@
void emitStreamStatus(StreamStatus streamStatus) throws
Exception;
void emitLatencyMarker(LatencyMarker latencyMarker) throws
Exception;
+
+ default void endOutput() throws Exception {}
Review comment:
Make sense, I will hide it from there.
----------------------------------------------------------------
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]