deniskuzZ commented on code in PR #15389:
URL: https://github.com/apache/iceberg/pull/15389#discussion_r2854476016


##########
api/src/main/java/org/apache/iceberg/Transaction.java:
##########
@@ -183,4 +183,15 @@ default ManageSnapshots manageSnapshots() {
    * @throws CommitFailedException If the updates cannot be committed due to 
conflicts.
    */
   void commitTransaction();
+
+  /**
+   * Rollback the transaction by cleaning up uncommitted changes.

Review Comment:
   cleanUpOnRollback?



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