bitsondatadev commented on code in PR #8341:
URL: https://github.com/apache/iceberg/pull/8341#discussion_r1296462138


##########
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 
write if `partial-progress.enabled` is true and any rewrites failed |

Review Comment:
   ```suggestion
   | `failed_data_files_count`    | int | Number of data files that failed to 
write if `partial-progress.enabled` is true |
   ```
   
   I don't think the last bit is necessary if the count is 0 if none failed. 



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

Reply via email to