xloya commented on code in PR #4427:
URL: https://github.com/apache/iceberg/pull/4427#discussion_r843407010


##########
core/src/main/java/org/apache/iceberg/actions/RewriteDataFilesCommitManager.java:
##########
@@ -198,9 +199,9 @@ public void offer(RewriteFileGroup group) {
     }
 
     /**
-     * Returns all File groups which have been committed
+     * Returns all file groups results which have been committed
      */
-    public List<RewriteFileGroup> results() {
+    public List<RewriteDataFiles.FileGroupRewriteResult> results() {

Review Comment:
   Of course, I will fix it



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