rdblue commented on code in PR #16025: URL: https://github.com/apache/iceberg/pull/16025#discussion_r3938269285
########## format/spec.md: ########## @@ -130,8 +130,10 @@ Tables do not require rename, except for tables that use atomic rename to implem * **Schema** -- Names and types of fields in a table. * **Partition spec** -- A definition of how partition values are derived from data fields. * **Snapshot** -- The state of a table at some point in time, including the set of all data files. -* **Manifest list** -- A file that lists manifest files; one per snapshot. -* **Manifest** -- A file that lists data or delete files; a subset of a snapshot. +* **Manifest list** -- (V1-V3 only) A file that lists manifest files; one per snapshot. +* **Root Manifest** -- (V4+) A manifest that can reference data files, delete files, and other data and delete manifests; one per snapshot. Replaces manifest lists in V4. +* **Data manifest** -- A file that lists data files; a subset of a snapshot. Review Comment: This seems reasonable to me. -- 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]
