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

Dian Fu updated FLINK-31042:
----------------------------
    Affects Version/s: 1.16.0
                           (was: 1.15.3)
                           (was: 1.16.1)

> AfterMatchSkipStrategy not working on notFollowedBy ended pattern
> -----------------------------------------------------------------
>
>                 Key: FLINK-31042
>                 URL: https://issues.apache.org/jira/browse/FLINK-31042
>             Project: Flink
>          Issue Type: Bug
>          Components: Library / CEP
>    Affects Versions: 1.16.0
>            Reporter: Juntao Hu
>            Assignee: Juntao Hu
>            Priority: Major
>             Fix For: 1.17.0, 1.16.2
>
>
> Pattern: begin("A", 
> SkipToNext()).oneOrMore().allowCombinations().followedBy("C").notFollowedBy("B").within(Time.milliseconds(10L))
> Sequence: <a1, 1L> <a2, 2L> <a3, 3L> <c1, 4L> will produce
> [a1, a2, a3, c1]
> [a1, a2, c1]
> [a1, c1]
> [a2, a3, c1]
> [a2, c1]
> [a3, c1]
> Using SkipPastLastEvent() also produce the same result.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to