Github user pnowojski commented on a diff in the pull request:
https://github.com/apache/flink/pull/4587#discussion_r162560468
--- Diff:
flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/operator/CEPMigrationTest.java
---
@@ -535,6 +629,34 @@ private SinglePatternNFAFactory(boolean handleTimeout)
{
}
}
+ private static class NFAComplexConfitionsFactory implements
NFACompiler.NFAFactory<Event> {
--- End diff --
`Confitions` typo?---
