You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by dawidwys <gi...@git.apache.org> on 2017/08/03 13:29:27 UTC

[GitHub] flink issue #4296: [FLINK-7147] [cep] Support greedy quantifier in CEP

Github user dawidwys commented on the issue:

    https://github.com/apache/flink/pull/4296
  
    I think we are getting close to the final version. Good job! Still though have two higher level comments:
    
    - is current times().greedy() behaviour intended? For pattern `a{2, 5} b` and sequence `a1 a2 a3 a4 b` shouldn't it return just one match: `a1 a2 a3 a4 b` Instead of three as in `testGreedyTimesRange`
    - this feature should be documented in the docs. It should be also very clearly stated there that it does not work for `GroupPatterns`
    
    



---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---