davidradl commented on code in PR #25790:
URL: https://github.com/apache/flink/pull/25790#discussion_r1882345432
##########
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/IntermediateResultInfo.java:
##########
@@ -35,6 +35,14 @@ public interface IntermediateResultInfo {
*/
boolean isBroadcast();
+ /**
+ * Indicates whether every downstream consumer needs to consume all
produced sub-partitions.
Review Comment:
I see this method seems to be relate to broadcasts - it would be good to
explain how.
--
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]