rdblue commented on a change in pull request #695: [WIP] Cherrypick snapshot
feature
URL: https://github.com/apache/incubator-iceberg/pull/695#discussion_r368056543
##########
File path: core/src/main/java/org/apache/iceberg/TableMetadata.java
##########
@@ -436,7 +454,7 @@ public TableMetadata removeSnapshotsIf(Predicate<Snapshot>
removeIf) {
addPreviousFile(file, lastUpdatedMillis));
}
- public TableMetadata rollbackTo(Snapshot snapshot) {
+ public TableMetadata setCurrentSnapshotTo(Snapshot snapshot) {
Review comment:
+1 for this name change.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]