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 unrelated changes @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: [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]