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


##########
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:
   I think change make senses, once we complete the backport of this to all 
spark versions (spark 3.4/3.5) then we can update the spark procedures to 
reflect this new fields in the ouput



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