rdblue commented on code in PR #12982: URL: https://github.com/apache/iceberg/pull/12982#discussion_r2076014530
########## format/spec.md: ########## @@ -1680,6 +1680,23 @@ Row-level delete changes: * These position delete files must be merged into the DV for a data file when one is created * Position delete files that contain deletes for more than one data file need to be kept in table metadata until all deletes are replaced by DVs +Row lineage changes: + +* Writers must set the table's `next-row-id` and use the existing `next-row-id` as the `first-row-id` to create a new snapshot Review Comment: I considered this language, but I think it's more clear to use a singular snapshot. I don't want to imply that you would use `next-row-id` for multiple snapshots. -- 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