[ https://issues.apache.org/jira/browse/FLINK-4641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16076264#comment-16076264 ]
Dawid Wysakowicz commented on FLINK-4641: ----------------------------------------- So for a pattern like: {noformat} a ( ( b c{1,} ) | d ) {2} e {noformat} Where only {{skip till next}} is used. I think it should be {{a b1 c1 c2 d1 e}} {{a b1 c1 d1 e}}. What do you think? > Support branching CEP patterns > ------------------------------- > > Key: FLINK-4641 > URL: https://issues.apache.org/jira/browse/FLINK-4641 > Project: Flink > Issue Type: Sub-task > Components: CEP > Reporter: Till Rohrmann > Assignee: Dian Fu > > We should add support for branching CEP patterns to the Pattern API. > {code} > |--> B --| > | | > A -- --> D > | | > |--> C --| > {code} > This feature will require changes to the {{Pattern}} class and the > {{NFACompiler}}. -- This message was sent by Atlassian JIRA (v6.4.14#64029)