nastra commented on code in PR #11352:
URL: https://github.com/apache/iceberg/pull/11352#discussion_r1808466465


##########
core/src/main/java/org/apache/iceberg/CatalogUtil.java:
##########
@@ -515,4 +515,49 @@ public static String fullTableName(String catalogName, 
TableIdentifier identifie
 
     return sb.toString();
   }
+
+  /**
+   * Deletes the oldest metadata files if {@link
+   * TableProperties#METADATA_DELETE_AFTER_COMMIT_ENABLED} is true.
+   *
+   * @param io file IO

Review Comment:
   ```suggestion
      * @param io FileIO instance to use for deletes
   ```



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

Reply via email to