pvary commented on code in PR #8803:
URL: https://github.com/apache/iceberg/pull/8803#discussion_r1369761988


##########
core/src/main/java/org/apache/iceberg/V1Metadata.java:
##########
@@ -485,6 +486,11 @@ public DataFile copy() {
       return wrapped.copy();
     }
 
+    @Override
+    public DataFile copyWithStats(Set<Integer> statsToKeep) {

Review Comment:
   Fixed everywhere (I hope, will check).



##########
core/src/main/java/org/apache/iceberg/V2Metadata.java:
##########
@@ -560,6 +561,11 @@ public F copy() {
       throw new UnsupportedOperationException("Cannot copy IndexedDataFile 
wrapper");
     }
 
+    @Override
+    public F copyWithStats(Set<Integer> statsToKeep) {

Review Comment:
   Fixed everywhere (I hope, will check).



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

Reply via email to