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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)