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

 ##########
 File path: api/src/main/java/org/apache/iceberg/Table.java
 ##########
 @@ -201,11 +201,16 @@ default AppendFiles newFastAppend() {
 
   /**
    * Create a new {@link Rollback rollback API} to roll back to a previous 
snapshot and commit.
-   *
    * @return a new {@link Rollback}
    */
   Rollback rollback();
 
+  /**
+   * Create a new {@link ManageSnapshots API} to manage snapshots in this 
table and commit.
 
 Review comment:
   Should be `{@link ManageSnapshots manage snapshots API}`. If you use 
additional text in a `@link` then only that text is shown, so this would read 
"Create a new API to manage snapshots . . ." and we want it to be "Create a new 
manage snapshots API".

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