rdblue commented on a change in pull request #695: Cherrypick snapshot feature
URL: https://github.com/apache/incubator-iceberg/pull/695#discussion_r370277037
 
 

 ##########
 File path: core/src/main/java/org/apache/iceberg/BaseMetadataTable.java
 ##########
 @@ -139,7 +139,12 @@ public ExpireSnapshots expireSnapshots() {
 
   @Override
   public Rollback rollback() {
-    throw new UnsupportedOperationException("Cannot roll back a metadata 
table");
+    throw new UnsupportedOperationException("Cannot rollback snapshots from a 
metadata table");
 
 Review comment:
   Nit: no need to change this method.

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

Reply via email to