nastra commented on code in PR #9382: URL: https://github.com/apache/iceberg/pull/9382#discussion_r1451548608
########## data/src/test/java/org/apache/iceberg/data/TestGenericReaderDeletes.java: ########## @@ -18,23 +18,25 @@ */ package org.apache.iceberg.data; +import static org.assertj.core.api.Assertions.assertThat; + import java.io.File; import java.io.IOException; +import java.nio.file.Files; import org.apache.iceberg.PartitionSpec; import org.apache.iceberg.Schema; import org.apache.iceberg.Table; import org.apache.iceberg.TestTables; import org.apache.iceberg.io.CloseableIterable; import org.apache.iceberg.relocated.com.google.common.collect.Iterables; import org.apache.iceberg.util.StructLikeSet; -import org.junit.Assert; public class TestGenericReaderDeletes extends DeleteReadTests { Review Comment: I believe this should be parameterized now (since the base class requires parameterization due to usage of `@TestTemplate`) -- 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