This is an automated email from the ASF dual-hosted git repository.
szehon 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 29bf5cd4b6 Docs: Update output of expire_snapshots procedure (#5866)
29bf5cd4b6 is described below
commit 29bf5cd4b6349247ce1e5d4321ad95b9082880a8
Author: Kunni <[email protected]>
AuthorDate: Wed Sep 28 01:14:14 2022 +0800
Docs: Update output of expire_snapshots procedure (#5866)
---
docs/spark-procedures.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/spark-procedures.md b/docs/spark-procedures.md
index 380c804432..63990cb55f 100644
--- a/docs/spark-procedures.md
+++ b/docs/spark-procedures.md
@@ -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 |