ebyhr commented on code in PR #14048: URL: https://github.com/apache/iceberg/pull/14048#discussion_r2340619296
########## format/spec.md: ########## @@ -782,6 +782,10 @@ A snapshot's `first-row-id` is assigned to the table's current `next-row-id` on The snapshot's `first-row-id` is the starting `first_row_id` assigned to manifests in the snapshot's manifest list. +The snapshot's `added-rows` captures the upper bound of the number of rows with assigned row IDs. +It can be used safely to increment the table's `next-row-id` during a commit. +It can be more than the number of rows added in this snapshot and include some existing rows, +see [Row Lieange Example](#row-lineage-example). Review Comment: There is a typo: ```suggestion see [Row Lineage Example](#row-lineage-example). ``` -- 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]
