tomtongue commented on code in PR #12945: URL: https://github.com/apache/iceberg/pull/12945#discussion_r2069947382
########## spark/v3.4/spark/src/test/java/org/apache/iceberg/spark/sql/TestUnpartitionedWrites.java: ########## @@ -18,12 +18,4 @@ */ package org.apache.iceberg.spark.sql; -import java.util.Map; - -public class TestUnpartitionedWrites extends UnpartitionedWritesTestBase { - - public TestUnpartitionedWrites( - String catalogName, String implementation, Map<String, String> config) { - super(catalogName, implementation, config); - } -} +public class TestUnpartitionedWrites extends UnpartitionedWritesTestBase {} Review Comment: As well as `TestPartitionedWrites`, I will remove this test if this is not required. -- 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