RussellSpitzer commented on code in PR #6801:
URL: https://github.com/apache/iceberg/pull/6801#discussion_r1102878563
##########
api/src/main/java/org/apache/iceberg/actions/RewriteDataFiles.java:
##########
@@ -199,6 +203,10 @@ interface FileGroupRewriteResult {
int addedDataFilesCount();
int rewrittenDataFilesCount();
+
+ default long rewrittenBytesCount() {
Review Comment:
Since we are modifying the API here we should probably also add some tests
(maybe just 1) to TestRewriteDataFilesAction test classes (not just the
procedure)
--
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]