You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/06/24 06:51:14 UTC

[GitHub] [flink] wanglijie95 commented on a diff in pull request #20043: [FLINK-28193][runtime] Enable to identify whether a job vertex contains source/sink operators

wanglijie95 commented on code in PR #20043:
URL: https://github.com/apache/flink/pull/20043#discussion_r905762619


##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamingJobGraphGenerator.java:
##########
@@ -1178,6 +1180,27 @@ && isChainable(upStreamVertex.getInEdges().get(0), streamGraph)) {
         return upStreamVertex.getOperatorFactory();
     }
 
+    private void markSourcesAndSinks() {

Review Comment:
   Maybe `markContainsSourcesAndSinks`



-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org