RussellSpitzer commented on code in PR #7501:
URL: https://github.com/apache/iceberg/pull/7501#discussion_r1183100507
##########
core/src/test/java/org/apache/iceberg/TestRewriteFiles.java:
##########
@@ -86,7 +86,7 @@ public void testEmptyTable() {
.rewriteFiles(
ImmutableSet.of(),
ImmutableSet.of(FILE_A_DELETES),
- ImmutableSet.of(FILE_A),
Review Comment:
This would be removing a delete file and adding a data file and a new delete
file? Seems impossible in rewrite
--
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]