dramaticlly commented on code in PR #7920:
URL: https://github.com/apache/iceberg/pull/7920#discussion_r1248107456


##########
core/src/main/java/org/apache/iceberg/PartitionsTable.java:
##########
@@ -275,6 +283,7 @@ static class Partition {
     private int eqDeleteFileCount;
     private Long lastUpdatedMs;
     private Long lastUpdatedSnapshotId;
+    private long dataFileSizeInBytes;

Review Comment:
   speak of which, @szehon-ho do you feel we shall do the same in Schema method 
to move this new field with id 11 to be right after file_count (field id 3)? It 
seem to fit into same dataFile group by it might be some concern about 
reference by position to mess up?



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