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

ASF GitHub Bot commented on FLINK-6904:
---------------------------------------

Github user dianfu commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4121#discussion_r121953266
  
    --- Diff: 
flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/NFAITCase.java 
---
    @@ -1905,6 +2147,275 @@ public boolean filter(Event value) throws Exception 
{
                ));
        }
     
    +   @Test
    +   public void testTimesRangeNonStrictOptional1() {
    --- End diff --
    
    The next two tests are slightly different from this one:
    testTimesRangeNotStrictOption1: followedBy().times().optional().followedBy
    testTimesRangeNotStrictOption2: 
followedByAny().times().allowCombinations().optional().followedBy()
    testTimesRangeNotStrictOption3: 
followedByAny().times().optional().followedBy()


> Support for quantifier range to CEP's pattern API
> -------------------------------------------------
>
>                 Key: FLINK-6904
>                 URL: https://issues.apache.org/jira/browse/FLINK-6904
>             Project: Flink
>          Issue Type: Bug
>          Components: CEP
>            Reporter: Dian Fu
>            Assignee: Dian Fu
>
> Currently the quantifier has supported oneOrMore, times(int times), one(),we 
> should also support API such as times(int from, int to) to specify a 
> quantifier range.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to