CTTY commented on issue #3250: URL: https://github.com/apache/iceberg-rust/issues/3250#issuecomment-5785033128
Hi Danny, thanks for jumping on this and the detailed analysis. > I plan to have a lot of the validation evaluated late for default values rather than at construction Late validation seems ok to me. Loading a table shouldn't fail because of a bad default on a column the query never touches. Just to make sure I understand this correctly: we still want to validate the default values that we write in iceberg-rust, so we ensure that iceberg-rust doesn't produce metadata that we couldn't read, correct? -- 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]
