Fokko opened a new pull request, #5011: URL: https://github.com/apache/iceberg/pull/5011
https://github.com/samuelcolvin/pydantic provides data validation and settings management using Python type-hints. Fast and extensible, pydantic plays nicely with your linters/IDE/brain. Define how data should be in pure, canonical Python 3.7+; validate it with pydantic. I took the basis from @samredai's PR in https://github.com/apache/iceberg/pull/3677 It allows us to easily (de)serialize the TableMetadata including all the nested fields (schema, fields, and types). -- 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]
