nastra commented on code in PR #13898: URL: https://github.com/apache/iceberg/pull/13898#discussion_r2293648836
########## docs/docs/api.md: ########## @@ -113,16 +113,23 @@ table.updateSchema() Available operations to update a table are: * `updateSchema` -- update the table schema +* `updateStatistics` -- update statistics files of a table +* `updatePartitionSpec` -- for partition spec evolution Review Comment: that doesn't exist and should be called `updateSpec`. See also https://github.com/apache/iceberg/blob/7477f8bfbcf9cded7129bbf8ca7e91bcaa81c1ae/api/src/main/java/org/apache/iceberg/Table.java#L184 -- 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]
