rkhachatryan commented on code in PR #21981: URL: https://github.com/apache/flink/pull/21981#discussion_r1119009430
########## flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptive/AdaptiveScheduler.java: ########## @@ -978,8 +983,8 @@ public CreatingExecutionGraph.AssignmentResult tryToAssignSlots( executionGraph.setInternalTaskFailuresListener( new UpdateSchedulerNgOnInternalFailuresListener(this)); - final VertexParallelism vertexParallelism = - executionGraphWithVertexParallelism.getVertexParallelism(); + final JobSchedulingPlan vertexParallelism = Review Comment: Renamed in ccbc071620f4f2c5c2ecb3905afb1afc4c5e6e1d. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org