Github user pnowojski commented on a diff in the pull request: https://github.com/apache/flink/pull/4649#discussion_r161793609 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/TwoInputStreamTaskTestHarness.java --- @@ -127,7 +127,8 @@ protected void initializeInputs() throws IOException, InterruptedException { 1, new LinkedList<String>(), new BroadcastPartitioner<Object>(), - null /* output tag */); + null /* output tag */, + 1); --- End diff -- nit: formatting
---