manuzhang commented on code in PR #13977: URL: https://github.com/apache/iceberg/pull/13977#discussion_r2346289730
########## docs/docs/evolution.md: ########## @@ -42,10 +42,10 @@ Note that map keys do not support adding or dropping struct fields that would ch Iceberg guarantees that **schema evolution changes are independent and free of side-effects**, without rewriting files: -1. Added columns never read existing values from another column. -2. Dropping a column or field does not change the values in any other column. -3. Updating a column or field does not change values in any other column. -4. Changing the order of columns or fields in a struct does not change the values associated with a column or field name. +1. Added columns never read existing values from another column. Review Comment: `MD030: Spaces after list markers` -- 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]
