StefanRRichter commented on a change in pull request #8826: 
[FLINK-12479][operators] Integrate StreamInputProcessor(s) with mailbox
URL: https://github.com/apache/flink/pull/8826#discussion_r298992465
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/StreamTaskNetworkInput.java
 ##########
 @@ -148,6 +148,9 @@ public boolean isFinished() {
 
        @Override
        public CompletableFuture<?> isAvailable() {
+               if (currentRecordDeserializer != null) {
 
 Review comment:
   Nit: I would use ternary operator instead of `if` here

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


With regards,
Apache Git Services

Reply via email to