Skip to content

Commit

Permalink
Docs: Update output of expire_snapshots procedure (apache#5866)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvyanquan authored Sep 27, 2022
1 parent d11d53a commit 29bf5cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/spark-procedures.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ If `older_than` and `retain_last` are omitted, the table's [expiration propertie
| Output Name | Type | Description |
| ------------|------|-------------|
| `deleted_data_files_count` | long | Number of data files deleted by this operation |
| `deleted_position_delete_files_count` | long | Number of position delete files deleted by this operation |
| `deleted_equality_delete_files_count` | long | Number of equality delete files deleted by this operation |
| `deleted_manifest_files_count` | long | Number of manifest files deleted by this operation |
| `deleted_manifest_lists_count` | long | Number of manifest List files deleted by this operation |

Expand Down

0 comments on commit 29bf5cd

Please sign in to comment.