nastra commented on code in PR #6801:
URL: https://github.com/apache/iceberg/pull/6801#discussion_r1102443701


##########
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:
   I'll usually clean things like this up right after a release, so I'll open 
an issue for that shortly



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