stevenzwu commented on code in PR #13245:
URL: https://github.com/apache/iceberg/pull/13245#discussion_r2178226485
##########
api/src/main/java/org/apache/iceberg/OverwriteFiles.java:
##########
@@ -75,6 +77,19 @@ public interface OverwriteFiles extends
SnapshotUpdate<OverwriteFiles> {
*/
OverwriteFiles deleteFile(DataFile file);
+ /**
+ * Deletes a set of data files from the table with their respective delete
files.
+ *
+ * @param dataFilesToDelete the data files to be deleted from the table
+ * @param deleteFilesToDelete the delete files corresponding to the data
files to be deleted from
+ * the table
+ * @return this for method chaining
+ */
+ default OverwriteFiles deleteFiles(
Review Comment:
let's call this `removeFiles`.
See PR #13814 for the context
--
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]