dramaticlly commented on code in PR #13865: URL: https://github.com/apache/iceberg/pull/13865#discussion_r2285812485
########## docs/docs/spark-procedures.md: ########## @@ -442,6 +442,7 @@ Iceberg can compact data files in parallel using Spark with the `rewriteDataFile | `added_data_files_count` | int | Number of new data files which were written by this command | | `rewritten_bytes_count` | long | Number of bytes which were written by this command | | `failed_data_files_count` | int | Number of data files that failed to be rewritten when `partial-progress.enabled` is true | +| `removed_delete_files_count` | int | Number of delete files removed by this command | Review Comment: FYI: in order for this output to have >0, in V2 table we need to enable `remove-dangling-deletes` and in V3 this is automatically with orphaned DV removal. (Not applicable to V1 table) -- 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