Dawid Wysakowicz created FLINK-19269: ----------------------------------------
Summary: Make the PushingAsyncDataInput.DataOutput aware of endOfInput Key: FLINK-19269 URL: https://issues.apache.org/jira/browse/FLINK-19269 Project: Flink Issue Type: Sub-task Components: Runtime / Task Reporter: Dawid Wysakowicz Assignee: Dawid Wysakowicz Fix For: 1.12.0 As suggested in the FLIP-140 we want to implement the sorting inside of {{org.apache.flink.streaming.runtime.io.PushingAsyncDataInput.DataOutput}}. To do that we need to be notified about the end of input. We can do that by adding an {{endInput}} method. Moreover we could move the logic of notifying the Bounded(One/Multi)Input operators from OperatorChain to that new method. -- This message was sent by Atlassian Jira (v8.3.4#803005)