pnowojski commented on a change in pull request #13234:
URL: https://github.com/apache/flink/pull/13234#discussion_r478469117



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamConfig.java
##########
@@ -628,4 +622,46 @@ public String toString() {
 
                return builder.toString();
        }
+
+       /**
+        * Interface representing chained inputs.
+        */
+       public static class Input implements Serializable {

Review comment:
       1. and 2. 👍 - I guess it's a class by accident.
   
   3. I don't think we can parametrise it with anything beside `<?>` in 
practise. And secondly `SourceInput` doesn't have any parameter, so 
parametrising `Input` wouldn't make much sense.




----------------------------------------------------------------
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