zhuzhurk commented on a change in pull request #11783: [FLINK-17181][runtime] Drop generic Types in SchedulingTopology Interface URL: https://github.com/apache/flink/pull/11783#discussion_r409988049
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/topology/BaseTopology.java ########## @@ -30,7 +30,7 @@ * * @return topologically sorted iterable over all vertices */ - Iterable<V> getVertices(); + Iterable<? extends V> getVertices(); Review comment: I think we need to do similar changes for: `PipelinedRegion#getVertices()` `PipelinedRegion#getConsumedResults()` `Topology#getAllPipelinedRegions()` ---------------------------------------------------------------- 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 With regards, Apache Git Services