rdblue commented on a change in pull request #2552:
URL: https://github.com/apache/iceberg/pull/2552#discussion_r635606717
##########
File path: core/src/main/java/org/apache/iceberg/BaseSnapshot.java
##########
@@ -87,7 +85,7 @@
String operation,
Map<String, String> summary,
List<ManifestFile> dataManifests) {
- this(io, INITIAL_SEQUENCE_NUMBER, snapshotId, parentId, timestampMillis,
operation, summary, null);
+ this(io, TableMetadata.INITIAL_SEQUENCE_NUMBER, snapshotId, parentId,
timestampMillis, operation, summary, null);
Review comment:
Yes, please do. We try to avoid unnecessary changes so that we don't
cause unnecessary commit conflicts for people maintaining branches.
--
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]