[
https://issues.apache.org/jira/browse/FLINK-2635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14734872#comment-14734872
]
Stephan Ewen commented on FLINK-2635:
-------------------------------------
I made some cleanups nonetheless, because the processors extended the readers
and thus surfaced iterative methods which resulted in weird behavior.
> Unify StreamInputProcessor and OneInputStreamTask
> -------------------------------------------------
>
> Key: FLINK-2635
> URL: https://issues.apache.org/jira/browse/FLINK-2635
> Project: Flink
> Issue Type: Improvement
> Components: Streaming
> Affects Versions: 0.10
> Reporter: Stephan Ewen
> Assignee: Stephan Ewen
> Fix For: 0.10
>
>
> Working on some windowing operations, I found that these two classes can
> easily be put into one, making the set of task/operator classes easier to
> navigate.
> The {{OneInputStreamTask}} does effectively nothing more than delegate to the
> {{StreamInputProcessor}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)