aokolnychyi commented on code in PR #7389:
URL: https://github.com/apache/iceberg/pull/7389#discussion_r1179633829
##########
core/src/main/java/org/apache/iceberg/BaseRewriteFiles.java:
##########
@@ -74,6 +74,12 @@ public RewriteFiles rewriteFiles(
return rewriteFiles(filesToDelete, ImmutableSet.of(), filesToAdd,
ImmutableSet.of());
}
+ @Override
+ public RewriteFiles rewriteDeleteFiles(
Review Comment:
Let's not add this too for now.
--
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]