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:
[email protected]
With regards,
Apache Git Services