[ 
https://issues.apache.org/jira/browse/FLINK-31040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17696660#comment-17696660
 ] 

Juntao Hu commented on FLINK-31040:
-----------------------------------

[~nicholasjiang], [~martijnvisser] I could take this, but since it needs 
mofication on generated NFA, I can't guarantee to fix this in latest minor 
version.

> Looping pattern notFollowedBy at end missing an element
> -------------------------------------------------------
>
>                 Key: FLINK-31040
>                 URL: https://issues.apache.org/jira/browse/FLINK-31040
>             Project: Flink
>          Issue Type: Bug
>          Components: Library / CEP
>    Affects Versions: 1.17.0, 1.15.3, 1.16.1
>            Reporter: Juntao Hu
>            Priority: Major
>
> Pattern: begin("A", 
> SKIP_TO_NEXT).oneOrMore().consecutive().notFollowedBy("B").within(Time.milliseconds(3))
> Sequence: <a1, 1L> <a2, 2L> <a3, 3L> <a4, 4L> <c1, 10L> will produce results 
> [a1, a2], [a2, a3], [a3], which obviously should be [a1, a2, a3], [a2, a3, 
> a4], [a3, a4], [a4].



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

Reply via email to