[
https://issues.apache.org/jira/browse/FLINK-19269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Wysakowicz closed FLINK-19269.
------------------------------------
Resolution: Won't Do
In the end we decided to put the sorting logic into the DataInput instead of
DataOutput. Therefore this issue is not valid anymore.
> 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
> Priority: Major
> Labels: pull-request-available
> 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)