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


##########
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:
   Good catch. If we update the docs, do we also need to update the behavior 
for other Spark versions to keep things consistent? Otherwise, it might be 
confusing for users.



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