ebyhr commented on code in PR #15896: URL: https://github.com/apache/iceberg/pull/15896#discussion_r3038379044
########## format/spec.md: ########## @@ -1007,7 +1007,7 @@ The schema of the partition statistics file is as follows: | v1 | v2 | v3 | Field id, name | Type | Description | |----|----|----|----------------|------|-------------| -| _required_ | _required_ | _required_ | **`1 partition`** | `struct<..>` | Partition data tuple, schema based on the unified partition type considering all specs in a table | +| _required_ | _required_ | _required_ | **`1 partition`** | `struct<..>` | Partition data tuple, schema based on the unified partition type considering all specs in a table, empty for unpartitioned tables | Review Comment: I'm happy to post this change to the mailing list if needed. -- 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]
