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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
