[
https://issues.apache.org/jira/browse/FLINK-6256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15958715#comment-15958715
]
ASF GitHub Bot commented on FLINK-6256:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/3684#discussion_r110130934
--- Diff: docs/dev/stream/side_output.md ---
@@ -41,7 +41,7 @@ side output stream:
{% highlight java %}
// this needs to be an anonymous inner class, so that we can analyze the
type
-OutputTag<String> outputTag = new OutputTag<String>("string-side-output")
{};
+OutputTag<String> outputTag = new OutputTag<String>("side-output") {};
--- End diff --
done.
> Fix documentation of ProcessFunction.
> -------------------------------------
>
> Key: FLINK-6256
> URL: https://issues.apache.org/jira/browse/FLINK-6256
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.3.0
> Reporter: Kostas Kloudas
> Assignee: Chesnay Schepler
> Priority: Blocker
> Fix For: 1.3.0
>
>
> In the code example on how to define an {{OutputTag}} and how to use it to
> extract the side-output stream, the name of the defined output tag and that
> of the one used in the {{getSideOutput()}} differ.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)