rdblue commented on code in PR #4427: URL: https://github.com/apache/iceberg/pull/4427#discussion_r841281326
########## 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: Can you import `FileGroupRewriteResult` rather than using the long name here? -- 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: dev-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org