danielcweeks commented on code in PR #5112:
URL: https://github.com/apache/iceberg/pull/5112#discussion_r905207544


##########
api/src/main/java/org/apache/iceberg/actions/ActionsProvider.java:
##########
@@ -61,6 +61,12 @@ default RewriteDataFiles rewriteDataFiles(Table table) {
     throw new UnsupportedOperationException(this.getClass().getName() + " does 
not implement rewriteDataFiles");
   }
 
+  default RewriteDataFiles rewriteDataFiles(Table table, String 
fullIdentifier) {

Review Comment:
   Should we mark the other interface as `@Deprecated`?



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