manuzhang commented on code in PR #13266:
URL: https://github.com/apache/iceberg/pull/13266#discussion_r2269098192


##########
docs/docs/api.md:
##########
@@ -120,6 +120,7 @@ Available operations to update a table are:
 * `newOverwrite` -- used to append data files and remove files that are 
overwritten
 * `newDelete` -- used to delete data files
 * `newRewrite` -- used to rewrite data files; will replace existing files with 
new versions
+* `newRowDelta` -- used to insert, update, and delete rows atomically
 * `newTransaction` -- create a new table-level transaction
 * `rewriteManifests` -- rewrite manifest data by clustering files, for faster 
scan planning
 * `rollback` -- rollback the table state to a specific snapshot

Review Comment:
   `rollback` was removed long ago in 
https://github.com/apache/iceberg/pull/5639



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