dramaticlly commented on code in PR #11976:
URL: https://github.com/apache/iceberg/pull/11976#discussion_r1917506904


##########
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:
   format nit: 
   - missing trailing underscore from `_optional`
   - 5th and 6th `|` seem to be misaligned from rows above



-- 
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

Reply via email to