sumeetgajjar commented on code in PR #5893: URL: https://github.com/apache/iceberg/pull/5893#discussion_r989558736
########## core/src/test/java/org/apache/iceberg/TestManifestWriterVersions.java: ########## @@ -22,6 +22,8 @@ import java.io.IOException; import java.util.List; +import java.util.Map; +import org.apache.iceberg.avro.AvroIterable; Review Comment: Sure, I'll move the `ManifestWriter` tests to `TestManifestWriter`. For `ManifestListWriter` there does not exist a `TestManifestListWriter` class, I'll create the new test class and move the `ManifestListerWriter` tests to it. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
