This is an automated email from the ASF dual-hosted git repository.
stevenwu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 6530126105 Docs: Add removed_delete_files_count to rewrite_data_files
output (#13865)
6530126105 is described below
commit 65301261052da712f8d3140bee12c052afb7b03d
Author: Manu Zhang <[email protected]>
AuthorDate: Wed Aug 20 00:48:44 2025 +0800
Docs: Add removed_delete_files_count to rewrite_data_files output (#13865)
---
docs/docs/spark-procedures.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/docs/spark-procedures.md b/docs/docs/spark-procedures.md
index 9cdea9dc17..993021a579 100644
--- a/docs/docs/spark-procedures.md
+++ b/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 |
#### Examples