Github user Aitozi commented on a diff in the pull request:
https://github.com/apache/flink/pull/6104#discussion_r192428178
--- Diff:
flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/PatternStream.java
---
@@ -54,6 +54,12 @@
// comparator to sort events
private final EventComparator<T> comparator;
+ /**
+ * Side output {@code OutputTag} for late data. If no tag is set late
data will simply be
--- End diff --
fixed---
