Fokko commented on code in PR #6801: URL: https://github.com/apache/iceberg/pull/6801#discussion_r1102482709
########## core/src/main/java/org/apache/iceberg/actions/BaseFileGroupRewriteResult.java: ########## @@ -24,13 +24,26 @@ public class BaseFileGroupRewriteResult implements FileGroupRewriteResult { private final int addedDataFilesCount; private final int rewrittenDataFilesCount; + private final long rewrittenBytesCount; private final FileGroupInfo info; + /** + * @deprecated Will be removed in 1.3.0; use {@link Review Comment: Awesome, just to make sure that's in the collective memory of the community :) -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org