nastra commented on code in PR #9819:
URL: https://github.com/apache/iceberg/pull/9819#discussion_r1507177811
##########
format/spec.md:
##########
@@ -689,20 +689,20 @@ For serialization details, see Appendix C.
#### Table Statistics
-Table statistics files are valid [Puffin files](../puffin-spec). Statistics
are informational. A reader can choose to
+Table statistics files are valid [Puffin files](puffin-spec.md). Statistics
are informational. A reader can choose to
ignore statistics information. Statistics support is not required to read the
table correctly. A table can contain
many statistics files associated with different table snapshots.
Statistics files metadata within `statistics` table metadata field is a struct
with the following fields:
-| v1 | v2 | Field name | Type | Description |
-|----|----|------------|------|-------------|
-| _required_ | _required_ | **`snapshot-id`** | `string` | ID of the Iceberg
table's snapshot the statistics file is associated with. |
-| _required_ | _required_ | **`statistics-path`** | `string` | Path of the
statistics file. See [Puffin file format](../puffin-spec). |
-| _required_ | _required_ | **`file-size-in-bytes`** | `long` | Size of the
statistics file. |
-| _required_ | _required_ | **`file-footer-size-in-bytes`** | `long` | Total
size of the statistics file's footer (not the footer payload size). See [Puffin
file format](../puffin-spec) for footer definition. |
+| v1 | v2 | Field name | Type | Description
|
+|----|----|------------|------|-------------------------------------------------------------------------------------------------------------------------------------------|
Review Comment:
unrelated whitespace changes
--
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]