[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-07-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/4153 --- 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 enab

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-07-02 Thread dianfu
Github user dianfu commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125178823 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/GroupITCase.java --- @@ -0,0 +1,807 @@ +/* + * Licensed to the Apache Soft

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-07-02 Thread dianfu
Github user dianfu commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125176853 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/GroupITCase.java --- @@ -0,0 +1,807 @@ +/* + * Licensed to the Apache Soft

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-07-02 Thread dianfu
Github user dianfu commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125176801 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/GroupITCase.java --- @@ -0,0 +1,807 @@ +/* + * Licensed to the Apache Soft

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-07-02 Thread dianfu
Github user dianfu commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125176457 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/GroupITCase.java --- @@ -0,0 +1,807 @@ +/* + * Licensed to the Apache Soft

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-07-02 Thread dianfu
Github user dianfu commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125176383 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/GroupITCase.java --- @@ -0,0 +1,807 @@ +/* + * Licensed to the Apache Soft

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-07-02 Thread dianfu
Github user dianfu commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125176384 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/GroupITCase.java --- @@ -0,0 +1,807 @@ +/* + * Licensed to the Apache Soft

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-07-01 Thread dianfu
Github user dianfu commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125173912 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/pattern/Pattern.java --- @@ -430,6 +431,54 @@ public Quantifier getQuantifier() {

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-07-01 Thread dianfu
Github user dianfu commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125173877 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/TimesRangeITCase.java --- @@ -92,6 +92,57 @@ public boolean filter(Event value) th

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-07-01 Thread dianfu
Github user dianfu commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125173876 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/pattern/Quantifier.java --- @@ -153,9 +153,8 @@ public int hashCode() {

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-07-01 Thread dianfu
Github user dianfu commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125173871 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/nfa/compiler/NFAStateNameHandler.java --- @@ -55,6 +55,11 @@ public void checkNameUniq

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-07-01 Thread dianfu
Github user dianfu commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125173832 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/nfa/compiler/NFACompiler.java --- @@ -455,6 +548,76 @@ private void addStopStateToLoop

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-07-01 Thread dianfu
Github user dianfu commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125173828 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/nfa/compiler/NFACompiler.java --- @@ -455,6 +548,76 @@ private void addStopStateToLoop

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-07-01 Thread dianfu
Github user dianfu commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125173760 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/pattern/Pattern.java --- @@ -366,8 +366,9 @@ public Quantifier getQuantifier() {

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-06-30 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125009258 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/GroupITCase.java --- @@ -0,0 +1,807 @@ +/* + * Licensed to the Apache So

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-06-30 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125005796 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/pattern/Pattern.java --- @@ -366,8 +366,9 @@ public Quantifier getQuantifier() {

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-06-30 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125012236 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/GroupITCase.java --- @@ -0,0 +1,807 @@ +/* + * Licensed to the Apache So

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-06-30 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125009695 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/GroupITCase.java --- @@ -0,0 +1,807 @@ +/* + * Licensed to the Apache So

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-06-30 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125009025 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/GroupITCase.java --- @@ -0,0 +1,807 @@ +/* + * Licensed to the Apache So

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-06-30 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r124994181 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/nfa/compiler/NFAStateNameHandler.java --- @@ -55,6 +55,11 @@ public void checkNameUn

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-06-30 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r124999092 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/nfa/compiler/NFACompiler.java --- @@ -455,6 +548,76 @@ private void addStopStateToLo

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-06-30 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125005892 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/TimesRangeITCase.java --- @@ -92,6 +92,57 @@ public boolean filter(Event value)

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-06-30 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125010592 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/GroupITCase.java --- @@ -0,0 +1,807 @@ +/* + * Licensed to the Apache So

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-06-30 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125005277 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/pattern/Pattern.java --- @@ -430,6 +431,54 @@ public Quantifier getQuantifier() {

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-06-30 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125005837 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/pattern/Quantifier.java --- @@ -153,9 +153,8 @@ public int hashCode() {

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-06-30 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125005984 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/nfa/compiler/NFACompiler.java --- @@ -455,6 +548,76 @@ private void addStopStateToLo

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-06-30 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4153#discussion_r125012573 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/GroupITCase.java --- @@ -0,0 +1,807 @@ +/* + * Licensed to the Apache So

[GitHub] flink pull request #4153: [FLINK-6927] [cep] Support pattern group in CEP

2017-06-21 Thread dianfu
GitHub user dianfu opened a pull request: https://github.com/apache/flink/pull/4153 [FLINK-6927] [cep] Support pattern group in CEP Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration. If your change