rdblue commented on a change in pull request #1288:
URL: https://github.com/apache/iceberg/pull/1288#discussion_r464751445



##########
File path: core/src/main/java/org/apache/iceberg/GenericManifestEntry.java
##########
@@ -45,6 +45,7 @@ private GenericManifestEntry(GenericManifestEntry<F> toCopy, 
boolean fullCopy) {
     this.schema = toCopy.schema;
     this.status = toCopy.status;
     this.snapshotId = toCopy.snapshotId;
+    this.sequenceNumber = toCopy.sequenceNumber;

Review comment:
       This was missing and causing tests to fail because manifest entries are 
copied.




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

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