arina-ielchiieva commented on a change in pull request #1872: DRILL-7402: Suppress batch dumps for expected failures in tests URL: https://github.com/apache/drill/pull/1872#discussion_r334642872
########## File path: exec/java-exec/src/test/java/org/apache/drill/TestOperatorDump.java ########## @@ -34,16 +41,11 @@ import org.junit.BeforeClass; import org.junit.Test; -import java.nio.file.Paths; -import java.util.ArrayList; -import java.util.Collections; -import java.util.Iterator; -import java.util.List; -import java.util.Set; -import java.util.stream.Collectors; - import static org.junit.Assert.assertTrue; +import ch.qos.logback.classic.spi.ILoggingEvent; Review comment: I thought static imports should be the last ones... ---------------------------------------------------------------- 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
