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

    https://github.com/apache/flink/pull/4041#discussion_r120403427
  
    --- Diff: docs/dev/libs/cep.md ---
    @@ -1155,5 +1199,9 @@ The changes required are:
     implementing the `FilterFunction` interface.
     
     2. Change your functions provided as arguments to the `select(...)` and 
`flatSelect(...)` methods to expect a list of
    -events associated with each state (`List` in `Java`, `Iterable` in 
`Scala`). This is because with the addition of
    -the looping states, multiple input events can much a single (looping) 
state.
    \ No newline at end of file
    +events associated with each pattern (`List` in `Java`, `Iterable` in 
`Scala`). This is because with the addition of
    +the looping patterns, multiple input events can match a single (looping) 
pattern.
    +
    +3. The `followedBy()` in Flink 1.1 and 1.2 implied `non-deterministic 
relaxed contiguity` (see 
    --- End diff --
    
    Looks good! 😄 


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to