This is an automated email from the ASF dual-hosted git repository.
blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new 2521c3cf25 Docs: Add failed_data_files_count output to docs (#8341)
2521c3cf25 is described below
commit 2521c3cf2514341d373843fb5e8908fcb24ca3b2
Author: Damon P. Cortesi <[email protected]>
AuthorDate: Thu Aug 17 16:12:38 2023 -0700
Docs: Add failed_data_files_count output to docs (#8341)
Co-authored-by: Eduard Tudenhoefner <[email protected]>
---
docs/spark-procedures.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/spark-procedures.md b/docs/spark-procedures.md
index c4a1a41f21..f7c78e870e 100644
--- a/docs/spark-procedures.md
+++ b/docs/spark-procedures.md
@@ -360,6 +360,7 @@ Iceberg can compact data files in parallel using Spark with
the `rewriteDataFile
| `rewritten_data_files_count` | int | Number of data which were re-written by
this command |
| `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 |
#### Examples