[
https://issues.apache.org/jira/browse/FLINK-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14902826#comment-14902826
]
Stephan Ewen commented on FLINK-2737:
-------------------------------------
Currently, the {{KeyedDataStream}} offers all functions from the {{DataStream}}.
I would suggest to restrict the functions to:
- The typical unary element-at-a-time functions ( map(), flatMap(), filter(),
... )
- window
- Future: joinWith()
- Future: order()
As per:
https://cwiki.apache.org/confluence/display/FLINK/Streams+and+Operations+on+Streams
> KeyedDataStream should not be a subclass of DataStream
> ------------------------------------------------------
>
> Key: FLINK-2737
> URL: https://issues.apache.org/jira/browse/FLINK-2737
> Project: Flink
> Issue Type: Bug
> Components: Streaming
> Affects Versions: 0.10
> Reporter: Stephan Ewen
> Fix For: 0.10
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)