You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Gábor Hermann (JIRA)" <ji...@apache.org> on 2015/03/23 16:28:11 UTC

[jira] [Created] (FLINK-1772) Chain of split/select does not work

Gábor Hermann created FLINK-1772:
------------------------------------

             Summary: Chain of split/select does not work
                 Key: FLINK-1772
                 URL: https://issues.apache.org/jira/browse/FLINK-1772
             Project: Flink
          Issue Type: Bug
          Components: Streaming
            Reporter: Gábor Hermann


OutputSelectors should handle multiple split/select called after one another like:

dataStream.split(outputSelector1).select("one").split(outputSelector2).select("two")



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)