dawidwys commented on a change in pull request #6205: [FLINK-9642]Reduce the 
count to deal with state during a CEP process
URL: https://github.com/apache/flink/pull/6205#discussion_r209235080
 
 

 ##########
 File path: 
flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/operator/AbstractKeyedCEPPatternOperator.java
 ##########
 @@ -373,10 +373,11 @@ private void updateNFA(NFAState nfaState) throws 
IOException {
         * @param nfaState Our NFAState object
         * @param event The current event to be processed
         * @param timestamp The timestamp of the event
+        * @param sharedBuffer The sharedBuffer of the process
         */
-       private void processEvent(NFAState nfaState, IN event, long timestamp) 
throws Exception {
+       private void processEvent(NFAState nfaState, IN event, long timestamp, 
SharedBuffer<IN> sharedBuffer) throws Exception {
 
 Review comment:
   I see no reason for this change.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to