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_r345882303
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/io/network/partition/ResultPartitionFactoryTest.java
 ##########
 @@ -105,6 +105,7 @@ private static ResultPartition createResultPartition(
                final ResultPartitionDeploymentDescriptor descriptor = new 
ResultPartitionDeploymentDescriptor(
                        new PartitionDescriptor(
                                new IntermediateDataSetID(),
+                               1,
 
 Review comment:
   Looks like, I overlooked this non-builder usage, updated 
https://github.com/azagrebin/flink/commit/1c28b2bcb82ee8aa8e3cdf53e6cbc890715205c7

----------------------------------------------------------------
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

Reply via email to