RussellSpitzer commented on code in PR #11976:
URL: https://github.com/apache/iceberg/pull/11976#discussion_r1918826216
##########
format/spec.md:
##########
@@ -654,6 +656,7 @@ A snapshot consists of the following fields:
| _optional_ | _required_ | _required_ | **`summary`** | A
string map that summarizes the snapshot changes, including `operation` (see
below) |
| _optional_ | _optional_ | _optional_ | **`schema-id`** | ID of
the table's current schema when the snapshot was created
|
| | | _optional_ | **`first-row-id`** | The
first `_row_id` assigned to the first row in the first data file in the first
manifest, see [Row Lineage](#row-lineage) |
+| | | _optional | **`added-rows`** | The number
of newly added rows in this snapshot. Required if [Row Lineage](#row-lineage)
is enabled |
Review Comment:
Normally we don't do the vertical alignment, but it's pretty easy here so
i'll fix it
--
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]