RussellSpitzer commented on code in PR #10784:
URL: https://github.com/apache/iceberg/pull/10784#discussion_r2907269899


##########
api/src/main/java/org/apache/iceberg/actions/ActionsProvider.java:
##########
@@ -71,27 +71,9 @@ default RewritePositionDeleteFiles 
rewritePositionDeletes(Table table) {
         this.getClass().getName() + " does not implement 
rewritePositionDeletes");
   }
 
-  /** Instantiates an action to compute table stats. */
-  default ComputeTableStats computeTableStats(Table table) {
+  /** Instantiates an action to repair manifests */

Review Comment:
   I think all of our java docs in this file need a serious improvement, don't 
need to fix this now but these are all essentially of the form
   
   "Invokes method name" 
   
   we should probably either remove the javadocs or link to something with more 
real information



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