singhpk234 commented on code in PR #5888:
URL: https://github.com/apache/iceberg/pull/5888#discussion_r1260377940
##########
core/src/main/java/org/apache/iceberg/SnapshotProducer.java:
##########
@@ -199,6 +201,8 @@ protected void validate(TableMetadata currentMetadata,
Snapshot snapshot) {}
*/
protected abstract List<ManifestFile> apply(TableMetadata metadataToUpdate,
Snapshot snapshot);
+ protected abstract Long startingSnapshotId();
Review Comment:
are you suggesting the `starting snapshot ID` will be the base on which we
are applying the snapshot ?
--
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]