You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/06/23 16:00:45 UTC

[GitHub] [iceberg] danielcweeks commented on a diff in pull request #5112: Spark 3.2: RewriteDataFiles - Escape special characters in table identifiers

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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org