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/04 14:40:04 UTC

[jira] [Comment Edited] (FLINK-6445) Fix NullPointerException in CEP pattern without condition

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

Kostas Kloudas edited comment on FLINK-6445 at 5/4/17 2:39 PM:
---------------------------------------------------------------

Currently a pattern like: {{Pattern.<Event>begin("st").followedBy("end");}} will throw an {{NPE}}. Because a null condition with a skip-till-next continuity will be wrapped into a NOT condition which will then try to call filter() on the null condition.


was (Author: kkl0u):
Currently a pattern like: {{Pattern.<Event>begin("st").followedBy("end");}} will throw an {{NPE}}.

> Fix NullPointerException in CEP pattern without condition
> ---------------------------------------------------------
>
>                 Key: FLINK-6445
>                 URL: https://issues.apache.org/jira/browse/FLINK-6445
>             Project: Flink
>          Issue Type: Bug
>          Components: CEP
>    Affects Versions: 1.3.0
>            Reporter: Kostas Kloudas
>            Assignee: Kostas Kloudas
>            Priority: Blocker
>             Fix For: 1.3.0
>
>




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