nastra commented on code in PR #6274:
URL: https://github.com/apache/iceberg/pull/6274#discussion_r1037890156
##########
core/src/main/java/org/apache/iceberg/GenericManifestEntry.java:
##########
@@ -154,12 +140,6 @@ public void setSnapshotId(long newSnapshotId) {
public void setDataSequenceNumber(long newDataSequenceNumber) {
// always reset sequenceNumber whenever dataSequenceNumber is changed
Review Comment:
good call, removed it
##########
core/src/main/java/org/apache/iceberg/GenericManifestEntry.java:
##########
@@ -180,7 +160,6 @@ public void put(int i, Object v) {
case 2:
// always reset sequenceNumber whenever dataSequenceNumber is changed
Review Comment:
good call, removed 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]