pnowojski commented on a change in pull request #11467: [FLINK-16317][operators] Provide support for watermarks, key selector and latency marker in MultipleInputStreamOperator URL: https://github.com/apache/flink/pull/11467#discussion_r397127890
########## File path: flink-streaming-java/src/test/java/org/apache/flink/streaming/util/OneInputStreamOperatorTestHarness.java ########## @@ -40,6 +48,9 @@ public class OneInputStreamOperatorTestHarness<IN, OUT> Review comment: Previous commit has a small value on it's own and it's pure refactor. Changes in this file are adding new feature, which are required required by `AbstractStreamOperatorV2Test`, while without it, they are a dead/unnecessary code. (That's why I bundled them in this commit not the previous one) ---------------------------------------------------------------- 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] With regards, Apache Git Services
