nastra commented on code in PR #6513:
URL: https://github.com/apache/iceberg/pull/6513#discussion_r1135605417


##########
api/src/main/java/org/apache/iceberg/PendingUpdate.java:
##########
@@ -41,13 +65,15 @@
   T apply();
 
   /**
-   * Apply the pending changes and commit.
+   * Apply the pending changes, validate the current version of the table, and 
commit.
    *
    * <p>Changes are committed by calling the underlying table's commit method.
    *
    * <p>Once the commit is successful, the updated table will be refreshed.
    *
    * @throws ValidationException If the update cannot be applied to the 
current table metadata.
+   * @throws UnsupportedOperationException If any predicate supplied through 
{@link

Review Comment:
   where is this verified?



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

Reply via email to