aokolnychyi commented on code in PR #7389:
URL: https://github.com/apache/iceberg/pull/7389#discussion_r1179617109


##########
api/src/main/java/org/apache/iceberg/actions/ActionsProvider.java:
##########
@@ -64,4 +64,10 @@ default DeleteReachableFiles deleteReachableFiles(String 
metadataLocation) {
     throw new UnsupportedOperationException(
         this.getClass().getName() + " does not implement 
deleteReachableFiles");
   }
+
+  /** Instantiates an action to rewrite position delete files all the files */

Review Comment:
   minor: Is there a typo in the Javadoc?



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