pnowojski commented on a change in pull request #11031: [FLINK-15914][checkpointing][metrics] Miss the checkpoint related metrics for the case of two inputs URL: https://github.com/apache/flink/pull/11031#discussion_r376963538
########## File path: flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/TwoInputStreamTaskTest.java ########## @@ -51,14 +53,14 @@ import org.apache.flink.streaming.util.TestBoundedTwoInputOperator; import org.apache.flink.streaming.util.TestHarnessUtil; +import org.hamcrest.collection.IsMapContaining; import org.junit.Assert; import org.junit.Test; -import java.util.Arrays; -import java.util.HashSet; -import java.util.List; +import java.util.*; Review comment: nit: I think we do not allow wildcard[ imports](https://flink.apache.org/contributing/code-style-and-quality-formatting.html#imports) ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services