anoopj commented on code in PR #16936:
URL: https://github.com/apache/iceberg/pull/16936#discussion_r3648209427


##########
core/src/main/java/org/apache/iceberg/GenericManifestFile.java:
##########
@@ -60,6 +60,8 @@ public class GenericManifestFile extends 
SupportsIndexProjection
   private PartitionFieldSummary[] partitions = null;
   private byte[] keyMetadata = null;
   private Long firstRowId = null;
+  private Long recordCount = null;

Review Comment:
   Looks like the `CopyBuilder` inner class may need to be updated to include 
these new fields?



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