aljoscha commented on a change in pull request #14312:
URL: https://github.com/apache/flink/pull/14312#discussion_r551351615
##########
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:
It's technically wrong but we don't allow mixed sorted/non-sorted inputs
right now, I think.
In general, the support for mixed inputs is in flux with this PR, also
relevant for https://github.com/apache/flink/pull/14324.
----------------------------------------------------------------
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]