huan233usc commented on PR #810: URL: https://github.com/apache/iceberg-cpp/pull/810#issuecomment-4886754861
@evindj thanks for the review! `Validate()` returns a `Status`, so the error propagates up through the schema / `UpdateSchema` construction path the same way other invalid-schema errors do — the caller gets a failed `Result` and never builds a schema carrying a default that could not be round-tripped through metadata. -- 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]
