You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/01/07 10:30:48 UTC

[GitHub] kl0u commented on a change in pull request #7324: [FLINK-10596][cep] Added access to timer service in IterativeCondition

kl0u commented on a change in pull request #7324: [FLINK-10596][cep] Added access to timer service in IterativeCondition
URL: https://github.com/apache/flink/pull/7324#discussion_r245608506
 
 

 ##########
 File path: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/nfa/NFA.java
 ##########
 @@ -837,7 +823,7 @@ private boolean checkFilterCondition(
 			// this is to avoid any overheads when using a simple, non-iterative condition.
 
 			if (matchedEvents == null) {
-				this.matchedEvents = sharedBufferAccessor.materializeMatch(nfa.extractCurrentMatches(sharedBufferAccessor,
+				this.matchedEvents = sharedBufferAccessor.materializeMatch(extractCurrentMatches(sharedBufferAccessor,
 
 Review comment:
   Move the argument to the next line.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services