[GitHub] flink pull request #4121: [FLINK-6904] [cep] Support for quantifier range to...

2017-06-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/4121 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] flink pull request #4121: [FLINK-6904] [cep] Support for quantifier range to...

2017-06-19 Thread dianfu
Github user dianfu commented on a diff in the pull request: https://github.com/apache/flink/pull/4121#discussion_r122634439 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/pattern/Pattern.java --- @@ -318,7 +319,30 @@ public Quantifier getQuantifier() {

[GitHub] flink pull request #4121: [FLINK-6904] [cep] Support for quantifier range to...

2017-06-19 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4121#discussion_r122633648 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/pattern/Pattern.java --- @@ -318,7 +319,30 @@ public Quantifier getQuantifier() {

[GitHub] flink pull request #4121: [FLINK-6904] [cep] Support for quantifier range to...

2017-06-14 Thread dianfu
Github user dianfu commented on a diff in the pull request: https://github.com/apache/flink/pull/4121#discussion_r121953747 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/NFAITCase.java --- @@ -1905,6 +2147,275 @@ public boolean filter(Event value)

[GitHub] flink pull request #4121: [FLINK-6904] [cep] Support for quantifier range to...

2017-06-14 Thread dianfu
Github user dianfu commented on a diff in the pull request: https://github.com/apache/flink/pull/4121#discussion_r121953691 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/NFAITCase.java --- @@ -1905,6 +2147,275 @@ public boolean filter(Event value)

[GitHub] flink pull request #4121: [FLINK-6904] [cep] Support for quantifier range to...

2017-06-14 Thread dianfu
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)

[GitHub] flink pull request #4121: [FLINK-6904] [cep] Support for quantifier range to...

2017-06-14 Thread dianfu
Github user dianfu commented on a diff in the pull request: https://github.com/apache/flink/pull/4121#discussion_r121952296 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/NFAITCase.java --- @@ -1391,6 +1391,248 @@ public boolean filter(Event value)

[GitHub] flink pull request #4121: [FLINK-6904] [cep] Support for quantifier range to...

2017-06-14 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4121#discussion_r121943356 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/NFAITCase.java --- @@ -1905,6 +2147,275 @@ public boolean filter(Event value)

[GitHub] flink pull request #4121: [FLINK-6904] [cep] Support for quantifier range to...

2017-06-14 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4121#discussion_r121943417 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/NFAITCase.java --- @@ -1905,6 +2147,275 @@ public boolean filter(Event value)

[GitHub] flink pull request #4121: [FLINK-6904] [cep] Support for quantifier range to...

2017-06-14 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4121#discussion_r121942275 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/NFAITCase.java --- @@ -1905,6 +2147,275 @@ public boolean filter(Event value)

[GitHub] flink pull request #4121: [FLINK-6904] [cep] Support for quantifier range to...

2017-06-14 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4121#discussion_r121939394 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/NFAITCase.java --- @@ -1391,6 +1391,248 @@ public boolean filter(Event value)

[GitHub] flink pull request #4121: [FLINK-6904] [cep] Support for quantifier range to...

2017-06-13 Thread dianfu
GitHub user dianfu opened a pull request: https://github.com/apache/flink/pull/4121 [FLINK-6904] [cep] Support for quantifier range to CEP's pattern API Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into