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


##########
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:
   New APIs missing here
   
   - updateStatistics
   - updatePartitionStatistics
   - expireSnapshots
   - manageSnapshots



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to