zhuzhurk commented on a change in pull request #15088: URL: https://github.com/apache/flink/pull/15088#discussion_r589913446
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adapter/DefaultExecutionTopology.java ########## @@ -130,7 +131,8 @@ public EdgeManager getEdgeManager() { return edgeManager; } - public static DefaultExecutionTopology fromExecutionGraph(ExecutionGraph executionGraph) { + public static DefaultExecutionTopology fromExecutionGraph( + DefaultExecutionGraph executionGraph) { Review comment: I see. So this is a fix commit. It's better to clearly mark it out for future merging. ---------------------------------------------------------------- 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: us...@infra.apache.org