You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "Fokko (via GitHub)" <gi...@apache.org> on 2023/02/10 08:40:03 UTC

[GitHub] [iceberg] Fokko commented on a diff in pull request #6801: API,Core,Spark: Add rewritten bytes to rewrite data files procedure results

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


##########
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:
   Should we create an issue for this, and add it to the 1.3.0 milestone?



-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org