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_r345257515
##########
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:
you could cherry pick this hotfix commit
https://github.com/azagrebin/flink/commit/342d05f658ac72259c5b797b40c753aad473a05e
with the `PartitionDescriptorBuilder`
----------------------------------------------------------------
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