From da9889aef25661564002b2e6a422a8563ad9a9f4 Mon Sep 17 00:00:00 2001 From: kunni Date: Tue, 27 Sep 2022 17:47:51 +0800 Subject: [PATCH 1/3] Doc: Update output of expire_snapshots procedure --- docs/spark-procedures.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/spark-procedures.md b/docs/spark-procedures.md index 380c80443297..b6a3af3b8320 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 data files deleted by this operation | +| `deleted_equality_delete_files_count` | long | Number of equality delete data 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 | From 8c27f64660a729005e74cd397763b6735ac4f9ff Mon Sep 17 00:00:00 2001 From: Kunni <38547014+lvyanquan@users.noreply.github.com> Date: Tue, 27 Sep 2022 19:12:33 +0800 Subject: [PATCH 2/3] Update docs/spark-procedures.md Co-authored-by: Ajantha Bhat --- docs/spark-procedures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spark-procedures.md b/docs/spark-procedures.md index b6a3af3b8320..d9b594ce357f 100644 --- a/docs/spark-procedures.md +++ b/docs/spark-procedures.md @@ -214,7 +214,7 @@ 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 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 data 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 | From 27ac9aaf61c5f0d25935ca99acdc83d9f462d131 Mon Sep 17 00:00:00 2001 From: Kunni <38547014+lvyanquan@users.noreply.github.com> Date: Tue, 27 Sep 2022 19:12:44 +0800 Subject: [PATCH 3/3] Update docs/spark-procedures.md Co-authored-by: Ajantha Bhat --- docs/spark-procedures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spark-procedures.md b/docs/spark-procedures.md index d9b594ce357f..63990cb55f34 100644 --- a/docs/spark-procedures.md +++ b/docs/spark-procedures.md @@ -215,7 +215,7 @@ If `older_than` and `retain_last` are omitted, the table's [expiration propertie | ------------|------|-------------| | `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 data 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 |