Kostas Kloudas created FLINK-6245: ------------------------------------- Summary: Fix late side output documentation in Window documents. Key: FLINK-6245 URL: https://issues.apache.org/jira/browse/FLINK-6245 Project: Flink Issue Type: Bug Components: Documentation Affects Versions: 1.3.0 Reporter: Kostas Kloudas Priority: Minor Fix For: 1.3.0
There are two things that need to be done: 1) in the syntax description in the beginning of the page, we should also include the {{getSideOutput()}} 2) in the "Getting late data as a side output" section and for the Java example, it should not be a {{DataStream<T> result ...}} but a {{SingleOutputStreamOperator}}, if we want to get the late event side output. -- This message was sent by Atlassian JIRA (v6.3.15#6346)