rdblue commented on code in PR #6002:
URL: https://github.com/apache/iceberg/pull/6002#discussion_r1002763921
##########
core/src/main/java/org/apache/iceberg/GenericManifestEntry.java:
##########
@@ -156,6 +183,9 @@ public void put(int i, Object v) {
this.sequenceNumber = null;
return;
case 3:
+ this.fileSequenceNumber = (Long) v;
Review Comment:
Should we do it in this PR rather than in a follow up? That seems like an
important part and we don't want to release this without it.
--
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]