nastra commented on code in PR #9711: URL: https://github.com/apache/iceberg/pull/9711#discussion_r1485810072
########## mr/src/test/java/org/apache/iceberg/mr/hive/TestTables.java: ########## @@ -57,14 +60,12 @@ import org.apache.iceberg.relocated.com.google.common.base.Preconditions; import org.apache.iceberg.relocated.com.google.common.collect.ImmutableMap; import org.apache.iceberg.relocated.com.google.common.collect.Maps; -import org.apache.iceberg.relocated.com.google.common.collect.ObjectArrays; import org.apache.iceberg.types.Type; import org.apache.iceberg.types.Types; -import org.junit.Assert; -import org.junit.rules.TemporaryFolder; // Helper class for setting up and testing various catalog implementations abstract class TestTables { + Review Comment: nit: unnecessary new line -- 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. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org