rdblue commented on a change in pull request #3204:
URL: https://github.com/apache/iceberg/pull/3204#discussion_r719758975
##########
File path: core/src/test/java/org/apache/iceberg/TestRewriteFiles.java
##########
@@ -612,33 +612,4 @@ public void testAlreadyDeletedFile() {
Assert.assertEquals("Only 3 manifests should exist", 3,
listManifestFiles().size());
}
- @Test
- public void testNewDeleteFile() {
Review comment:
I see that this is related to removing the validation in
`BaseRewriteFiles`. Like I noted there, we want to keep that validation and use
it in certain cases.
--
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]