sunhaibotb commented on a change in pull request #7403: [FLINK-11256] Replace 
the reference of StreamNode object with ID in S…
URL: https://github.com/apache/flink/pull/7403#discussion_r248518981
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamEdge.java
 ##########
 @@ -130,7 +122,7 @@ public boolean equals(Object o) {
 
        @Override
        public String toString() {
-               return "(" + sourceVertex + " -> " + targetVertex + ", 
typeNumber=" + typeNumber
+               return "(" + sourceId + " -> " + targetId + ", typeNumber=" + 
typeNumber
 
 Review comment:
   I discussed with @sunjincheng121 and decided to add _sourceOperatorName_ and 
_targetOperatorName_.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to