gaborkaszab commented on code in PR #7555:
URL: https://github.com/apache/iceberg/pull/7555#discussion_r1189781669
##########
core/src/main/java/org/apache/iceberg/BaseFile.java:
##########
@@ -76,6 +76,9 @@ public PartitionData copy() {
private byte[] keyMetadata = null;
private Integer sortOrderId;
+ private Long dataSequenceNumber = null;
Review Comment:
I didn't realise that pattern with the blocks because 'avroSchema' and
'fromProjectionPos/partitionType' also make their own block. Regardless, I
merged the new ones with the optional block.
--
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]