[ https://issues.apache.org/jira/browse/FLINK-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14948632#comment-14948632 ]
ASF GitHub Bot commented on FLINK-2779: --------------------------------------- Github user mbalassi commented on the pull request: https://github.com/apache/flink/pull/1208#issuecomment-146542207 Thanks for this big update, guys! Some comments: * Explanation of operator chaining and options are missing. * Collection Data Sources: The following sentence should be removed: 'Currently, the collection data source requires that data types and iterators implement Serializable.' This is not true anymore. * Transformations DataStream,DataStream → DataStream looks better with a tuple-style input for me: (DataStream, DataStream) → DataStream if that fits on the page. * In the source code examples I would use the diamond operator for Java7, e.g. in the Splitter of the WC. > Update documentation to reflect new Stream/Window API > ----------------------------------------------------- > > Key: FLINK-2779 > URL: https://issues.apache.org/jira/browse/FLINK-2779 > Project: Flink > Issue Type: Sub-task > Components: Streaming > Reporter: Aljoscha Krettek > Assignee: Kostas Tzoumas > Fix For: 0.10 > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)