TanYuxin-tyx commented on code in PR #20200:
URL: https://github.com/apache/flink/pull/20200#discussion_r922937503
##########
flink-runtime/src/main/java/org/apache/flink/runtime/shuffle/PartitionDescriptor.java:
##########
@@ -53,14 +54,22 @@ public class PartitionDescriptor implements Serializable {
/** Connection index to identify this partition of intermediate result. */
private final int connectionIndex;
+ /** Whether the intermediate result is a broadcast result. */
+ private final boolean isBroadcast;
+
+ /** The distribution pattern of the intermediate result. */
+ private final DistributionPattern distributionPattern;
Review Comment:
@wsry Good point. Thanks for reviewing the code. I have updated the PR
according to the comments, could you please take a look again?
--
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]