This is an automated email from the ASF dual-hosted git repository.

fokko 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 96c87dd49f Docs: Add `rewritten_bytes_count` to `rewrite_data_files` 
(#7916)
96c87dd49f is described below

commit 96c87dd49f5d6211a63907056e993cdafe5e17f8
Author: Brian "bits" Olsen <[email protected]>
AuthorDate: Tue Jun 27 01:16:15 2023 -0500

    Docs: Add `rewritten_bytes_count` to `rewrite_data_files` (#7916)
---
 docs/spark-procedures.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/spark-procedures.md b/docs/spark-procedures.md
index b1275adde7..ad09430bb3 100644
--- a/docs/spark-procedures.md
+++ b/docs/spark-procedures.md
@@ -295,6 +295,7 @@ for list of all the supported options for this action.
 | ------------|------|-------------|
 | `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 |
 
 #### Examples
 
@@ -748,4 +749,4 @@ as an `UPDATE_AFTER` image, resulting in the following 
pre/post update images:
 | id  | name   | _change_type |
 |-----|--------|--------------|
 | 3   | Robert | UPDATE_BEFORE|
-| 3   | Dan    | UPDATE_AFTER |
\ No newline at end of file
+| 3   | Dan    | UPDATE_AFTER |

Reply via email to