mayuehappy commented on code in PR #19259:
URL: https://github.com/apache/flink/pull/19259#discussion_r843428783


##########
flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/nfa/NFAState.java:
##########
@@ -97,6 +100,18 @@ public void 
setNewPartialMatches(PriorityQueue<ComputationState> newPartialMatch
         this.partialMatches = newPartialMatches;
     }
 
+    public boolean isNewStartPartialMatch() {
+        return isNewStartPartialMatch;
+    }
+
+    public void resetNewStartPartialMatch() {

Review Comment:
   I refer to the implementation style of `resetStateChanged`\`setStateChanged` 
in NFAState here. I think both worked
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to