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 2020/08/27 14:38:05 UTC

[GitHub] [flink] pnowojski commented on a change in pull request #13234: [FLINK-18905][task] Allow SourceOperator chaining with MultipleInputStreamTask

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:
users@infra.apache.org