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

    https://github.com/apache/flink/pull/4145#discussion_r123439484
  
    --- Diff: 
flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/nfa/StateTransition.java
 ---
    @@ -36,24 +34,14 @@
        private final StateTransitionAction action;
        private final State<T> sourceState;
        private final State<T> targetState;
    -   private IterativeCondition<T> newCondition;
    -
    -   /**
    -    * @deprecated  This field remains for backwards compatibility.
    -    * Now the conditions extend the {@link IterativeCondition}.
    -    */
    -   @Deprecated
    -   private FilterFunction<T> condition;
    --- End diff --
    
    I think this field needs to stay, though. It was prior to 1.3.x, so it is 
needed for java serialization, which is used for snapshots taken in 1.2.x 


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to