manuzhang commented on code in PR #13657: URL: https://github.com/apache/iceberg/pull/13657#discussion_r2230012428
########## spark/v4.0/spark/src/main/java/org/apache/iceberg/spark/procedures/RewriteDataFilesProcedure.java: ########## @@ -78,7 +78,9 @@ class RewriteDataFilesProcedure extends BaseProcedure { "added_data_files_count", DataTypes.IntegerType, false, Metadata.empty()), new StructField("rewritten_bytes_count", DataTypes.LongType, false, Metadata.empty()), new StructField( - "failed_data_files_count", DataTypes.IntegerType, false, Metadata.empty()) + "failed_data_files_count", DataTypes.IntegerType, false, Metadata.empty()), + new StructField( + "removed_delete_files_count", DataTypes.IntegerType, false, Metadata.empty()) Review Comment: Yes, these will be follow-up PRs if this change is accepted by the community. -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org