You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/01/16 13:15:00 UTC

[jira] [Created] (FLINK-8437) SideOutput() API is ambiguous

Chesnay Schepler created FLINK-8437:
---------------------------------------

             Summary: SideOutput() API is ambiguous
                 Key: FLINK-8437
                 URL: https://issues.apache.org/jira/browse/FLINK-8437
             Project: Flink
          Issue Type: Bug
          Components: Streaming
    Affects Versions: 1.5.0
            Reporter: Chesnay Schepler


The current API for retrieving Side Outputs is a bit ambiguous. Consider the program below:
{code:java}
sideOutput = stream
    .process(...)
    .filter(...)
    .getSideOutput(tag)
{code}

This may be the sideOutput of the process function that is passed through the API for convenience, or the sideOutput of the filter function (which would always be empty).




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)