zinking commented on code in PR #9724:
URL: https://github.com/apache/iceberg/pull/9724#discussion_r1498624546


##########
api/src/main/java/org/apache/iceberg/DeleteFiles.java:
##########
@@ -55,6 +55,17 @@ default DeleteFiles deleteFile(DataFile file) {
     return this;
   }
 
+  /**
+   * Delete a file tracked by a {@link DeleteFile} from the underlying table.
+   *
+   * @param file a DeleteFile to remove from the table
+   * @return this for method chaining
+   */
+  default DeleteFiles deleteFile(DeleteFile file) {

Review Comment:
   make sense + 1.



-- 
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]

Reply via email to