reswqa commented on code in PR #21419:
URL: https://github.com/apache/flink/pull/21419#discussion_r1040387708


##########
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/IntermediateResultPartition.java:
##########
@@ -46,7 +46,7 @@ public class IntermediateResultPartition {
     /** Number of subpartitions. Initialized lazily and will not change once 
set. */
     private int numberOfSubpartitions = UNKNOWN;
 
-    /** Whether this partition has produced some data. */
+    /** Whether this partition has produced all data. */

Review Comment:
   Name should also change.



-- 
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: [email protected]

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

Reply via email to