aokolnychyi commented on code in PR #11166: URL: https://github.com/apache/iceberg/pull/11166#discussion_r1765893787
########## api/src/main/java/org/apache/iceberg/RowDelta.java: ########## @@ -46,6 +46,17 @@ public interface RowDelta extends SnapshotUpdate<RowDelta> { */ RowDelta addDeletes(DeleteFile deletes); + /** + * Drop a rewritten {@link DeleteFile} from the table. + * + * @param deletes a rewritten delete file that can be removed from the table + * @return this for method chaining + */ + default RowDelta dropRewrittenDeletes(DeleteFile deletes) { Review Comment: Naming TBD. Ideas welcome. -- 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