wsry commented on code in PR #19653:
URL: https://github.com/apache/flink/pull/19653#discussion_r882383109
##########
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/TaskExecutorPartitionInfo.java:
##########
@@ -30,15 +31,25 @@ public final class TaskExecutorPartitionInfo {
private final ResultPartitionID resultPartitionId;
private final IntermediateDataSetID intermediateDataSetId;
+ private final ShuffleDescriptor shuffleDescriptor;
private final int numberOfPartitions;
public TaskExecutorPartitionInfo(
Review Comment:
nit: can we remove this?
--
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]