ebyhr commented on code in PR #13657:
URL: https://github.com/apache/iceberg/pull/13657#discussion_r2229851451


##########
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:
   Should we update `rewrite_data_files` section in `spark-procedures.md`? 



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

Reply via email to