azagrebin commented on a change in pull request #10135: [FLINK-14679][shuffle]
Store number of partitions in PartitionDescriptor
URL: https://github.com/apache/flink/pull/10135#discussion_r345243574
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/deployment/ShuffleDescriptorTest.java
##########
@@ -168,6 +168,7 @@ private static ResultPartitionDeploymentDescriptor
createResultPartitionDeployme
STUB_CONNECTION_ID.getAddress().getPort());
PartitionDescriptor partitionDescriptor = new
PartitionDescriptor(
new IntermediateDataSetID(),
+ 1,
Review comment:
pity, we still do not have a test builder for `PartitionDescriptor`
----------------------------------------------------------------
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