aljoscha commented on a change in pull request #14312:
URL: https://github.com/apache/flink/pull/14312#discussion_r551461770



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/StreamMultipleInputProcessorFactory.java
##########
@@ -142,6 +148,7 @@ public static StreamMultipleInputProcessor create(
                                                             idx, 
userClassloader))
                                     .toArray(TypeSerializer[]::new),
                             
streamConfig.getStateKeySerializer(userClassloader),
+                            new StreamTaskInput[0],

Review comment:
       I added support for mixed two-input operations, along with tests. I 
found some bugs along the way, the fixes are individual commits to make it 
easier to follow/review.




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