aljoscha commented on a change in pull request #14312:
URL: https://github.com/apache/flink/pull/14312#discussion_r551355827
##########
File path:
flink-tests/src/test/java/org/apache/flink/api/datastream/DataStreamBatchExecutionITCase.java
##########
@@ -180,6 +191,107 @@ public void batchSumSingleResultPerKey() throws Exception
{
}
}
+ /** Verifies that all broadcast input is processed before keyed input. */
+ @Test
+ public void batchKeyedBroadcastExecution() throws Exception {
Review comment:
adding it to the test 👌
----------------------------------------------------------------
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]