[ https://issues.apache.org/jira/browse/FLINK-6809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16034307#comment-16034307 ]
ASF GitHub Bot commented on FLINK-6809: --------------------------------------- GitHub user xitep opened a pull request: https://github.com/apache/flink/pull/4047 [FLINK-6809] [docs] Correct variable name in java side-output example You can merge this pull request into a Git repository by running: $ git pull https://github.com/xitep/flink master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/4047.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4047 ---- commit e028d00909edafdb2c79d6598824fa365f8f26fd Author: Novotnik, Petr <petr.novot...@firma.seznam.cz> Date: 2017-06-02T07:59:29Z [FLINK-6809] [docs] Correct variable name in java side-output example ---- > side outputs documentation: wrong variable name in java example code > -------------------------------------------------------------------- > > Key: FLINK-6809 > URL: https://issues.apache.org/jira/browse/FLINK-6809 > Project: Flink > Issue Type: Bug > Components: Documentation > Affects Versions: 1.3.0 > Reporter: Petr Novotnik > Priority: Trivial > > The first parameter to the {{processElement}} method in the example for > side-outputs > [here|https://ci.apache.org/projects/flink/flink-docs-release-1.3/dev/stream/side_output.html] > is wrongly named {{input}}, but should read {{value}}. -- This message was sent by Atlassian JIRA (v6.3.15#6346)