zhuzhurk commented on code in PR #21576:
URL: https://github.com/apache/flink/pull/21576#discussion_r1061321478


##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/SourceOperator.java:
##########
@@ -212,6 +217,7 @@ public SourceOperator(
         this.operatingMode = OperatingMode.OUTPUT_NOT_INITIALIZED;
         this.watermarkAlignmentParams = 
watermarkStrategy.getAlignmentParameters();
         this.allowUnalignedSourceSplits = 
configuration.get(ALLOW_UNALIGNED_SOURCE_SPLITS);
+        this.mailboxHasMail = mailboxHasMail;

Review Comment:
   ```suggestion
           this.mailboxHasMail = checkNotNull(mailboxHasMail);
   ```



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to