azagrebin commented on a change in pull request #8789: [FLINK-12890] Add
partition lifecycle related Shuffle API
URL: https://github.com/apache/flink/pull/8789#discussion_r296695108
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/deployment/ResultPartitionDeploymentDescriptorTest.java
##########
@@ -109,7 +110,7 @@ public void testReleasedOnConsumptionFlag() {
for (ResultPartitionType partitionType :
ResultPartitionType.values()) {
ResultPartitionDeploymentDescriptor partitionDescriptor
= new ResultPartitionDeploymentDescriptor(
new PartitionDescriptor(resultId, partitionId,
partitionType, numberOfSubpartitions, connectionIndex),
- ResultPartitionID::new,
+
NettyShuffleDescriptorBuilder.newBuilder().buildLocal(),
Review comment:
The target change is not possible without this small change.
----------------------------------------------------------------
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