danielcweeks commented on code in PR #14004: URL: https://github.com/apache/iceberg/pull/14004#discussion_r2461431543
########## format/spec.md: ########## @@ -342,26 +342,26 @@ Values for field ids which are not present in a data file must be resolved accor * Return the value from partition metadata if an [Identity Transform](#partition-transforms) exists for the field and the partition value is present in the `partition` struct on `data_file` object in the manifest. This allows for metadata only migrations of Hive tables. * Use `schema.name-mapping.default` metadata to map field id to columns without field id as described below and use the column if it is present. -* Return the default value if it has a defined `initial-default` (See [Default values](#default-values) section for more details). +* Return the default value if it has a defined `initial-default` (See [Default values](#default-values) section for more details). Review Comment: Can we please remove all of these unrelated formatting changes? It really obscures the content of the PR. -- 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]
