rkhachatryan commented on a change in pull request #14056:
URL: https://github.com/apache/flink/pull/14056#discussion_r522422940



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/transformations/MultipleInputTransformation.java
##########
@@ -40,4 +42,12 @@ public MultipleInputTransformation(
                inputs.add(input);
                return this;
        }
+
+       @Override
+       public String getName() {
+               return String.format(
+                       "%s [%s]",

Review comment:
       Good point!
   I've changed it to `originalName` if there are no inputs, and to `[source1, 
source2]` otherwise.




----------------------------------------------------------------
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:
[email protected]


Reply via email to