You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/09/27 11:02:31 UTC

[GitHub] [iceberg] ajantha-bhat commented on a diff in pull request #5866: Doc: Update output of expire_snapshots procedure

ajantha-bhat commented on code in PR #5866:
URL: https://github.com/apache/iceberg/pull/5866#discussion_r981089623


##########
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 |

Review Comment:
   ```suggestion
   | `deleted_position_delete_files_count` | long | Number of position delete files deleted by this operation |
   ```



##########
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 |

Review Comment:
   ```suggestion
   | `deleted_equality_delete_files_count` | long | Number of equality delete files deleted by this operation |
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org