aljoscha commented on a change in pull request #13676:
URL: https://github.com/apache/flink/pull/13676#discussion_r508276355



##########
File path: 
flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/PatternStreamBuilder.java
##########
@@ -60,14 +59,28 @@
         */
        private final OutputTag<IN> lateDataOutputTag;
 
+       private boolean isProcessingTime;

Review comment:
       Users wouldn't see it because it's only internal. And having an enum 
will be more maintainable because, again, just seeing `true` or `false` in code 
makes it very hard to know what it means.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to