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


##########
api/src/main/java/org/apache/iceberg/actions/RewriteDataFiles.java:
##########
@@ -99,6 +99,20 @@ public interface RewriteDataFiles
 
   boolean USE_STARTING_SEQUENCE_NUMBER_DEFAULT = true;
 
+  /**
+   * Removes dangling delete files from current snapshot after compaction. A 
delete file is
+   * considered dangling if it does not apply to any non-expired data file.

Review Comment:
   actually on a second thought i fall back to `remove-dangling-deletes` here, 
as expire snapshot result have entry called `deleted_data_files_count` and 
deleted seem to correspond to delete file from file system and remove I 
interrupt as remove file from iceberg tracked metadata.  



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