talatuyarer commented on code in PR #13220:
URL: https://github.com/apache/iceberg/pull/13220#discussion_r2122265004


##########
api/src/main/java/org/apache/iceberg/RowDelta.java:
##########
@@ -47,12 +47,12 @@ public interface RowDelta extends SnapshotUpdate<RowDelta> {
   RowDelta addDeletes(DeleteFile deletes);
 
   /**
-   * Delete a {@link DataFile} from the table.
+   * Remove a {@link DataFile} from the table.
    *
    * @param file a data file
    * @return this for method chaining
    */
-  default RowDelta deleteFile(DataFile file) {
+  default RowDelta removeRows(DataFile file) {

Review Comment:
   I accidentally rebased with main branch. I fixed it now. You should not see 
any thing @danielcweeks 



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

Reply via email to