You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Kostas Kloudas (JIRA)" <ji...@apache.org> on 2017/05/11 09:43:04 UTC

[jira] [Updated] (FLINK-6255) Remove PatternStream.getSideOutput()

     [ https://issues.apache.org/jira/browse/FLINK-6255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kostas Kloudas updated FLINK-6255:
----------------------------------
    Description: We cannot currently use the result of {{select()/flatSelect()}} to get the side output stream because the operator that emits the side output is not the same operator that is returned from the {{select()}} method. There is always a map or flatMap after the actual CEP operator.  (was: We cannot currently use the result of {{select()/flatSelect()}} to get the side output stream because the operator that emits the side output is not the same operator that is returned from the {{select()}} method. There is always a map or flatMap after the actual CEP operator.

We first have to change the CEP operator(s) to directly execute the map/flatMap function inside the operator.)

> Remove PatternStream.getSideOutput()
> ------------------------------------
>
>                 Key: FLINK-6255
>                 URL: https://issues.apache.org/jira/browse/FLINK-6255
>             Project: Flink
>          Issue Type: Improvement
>          Components: CEP
>            Reporter: Aljoscha Krettek
>            Assignee: Kostas Kloudas
>
> We cannot currently use the result of {{select()/flatSelect()}} to get the side output stream because the operator that emits the side output is not the same operator that is returned from the {{select()}} method. There is always a map or flatMap after the actual CEP operator.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)