ayushjariyal commented on code in PR #13898: URL: https://github.com/apache/iceberg/pull/13898#discussion_r2293827765
########## docs/docs/api.md: ########## @@ -113,16 +113,23 @@ table.updateSchema() Available operations to update a table are: * `updateSchema` -- update the table schema +* `updateSpec` -- creates a new `updatePartitionSpec` to modify a table's partition spec and commit the changes +* `updateStatistics` -- update statistics files of a table +* `updatePartitionStatistics` -- update statistics for a specific partition in table * `updateProperties` -- update table properties * `updateLocation` -- update the table's base location +* `expireSnapshots` -- used to remove old snapshots from table +* `manageSnapshots` -- used to manage table snapshots * `newAppend` -- used to append data files * `newFastAppend` -- used to append data files, will not compact metadata * `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 remove or replace rows in existing data files * `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: Done :+1: -- 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