Fokko commented on code in PR #5287:
URL: https://github.com/apache/iceberg/pull/5287#discussion_r922899984


##########
python/pyiceberg/table/metadata.py:
##########
@@ -196,28 +197,6 @@ class TableMetadataV1(TableMetadataCommonFields, 
IcebergBaseModel):
     # because bumping the version should be an explicit operation that is up
     # to the owner of the table.
 
-    @root_validator(pre=True)

Review Comment:
   Removing the pre-validators because they aren't very convenient. We have to 
check everything that goes into it, before any aliases are applied, which makes 
them messy.



-- 
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]

Reply via email to