Skip to content

Commit

Permalink
Docs: Add rewritten_bytes_count to rewrite_data_files (#7916)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsondatadev authored Jun 27, 2023
1 parent d98e7a1 commit 96c87dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/spark-procedures.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 |
| 3 | Dan | UPDATE_AFTER |

0 comments on commit 96c87dd

Please sign in to comment.