Fokko commented on code in PR #2593: URL: https://github.com/apache/iceberg-python/pull/2593#discussion_r2454412995
########## pyiceberg/expressions/__init__.py: ########## @@ -35,6 +35,8 @@ from pydantic import Field +from pydantic import Field, model_validator Review Comment: ```suggestion from pydantic import Field ``` -- 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]
