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 2018/06/15 12:47:00 UTC

[GitHub] flink pull request #6168: [FLINK-9588][CEP]Reused context with same computat...

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

    https://github.com/apache/flink/pull/6168#discussion_r195719763
  
    --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/nfa/NFA.java ---
    @@ -662,13 +662,13 @@ private void addComputationState(
     			ComputationState computationState) {
    --- End diff --
    
    Replace `ComputationState` with `ConditionContext`


---