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


##########
python/pyiceberg/table/metadata.py:
##########
@@ -195,27 +196,21 @@ class TableMetadataV1(TableMetadataCommonFields, 
IcebergBaseModel):
     # When writing, we should stick to the same version that it was,
     # because bumping the version should be an explicit operation that is up
     # to the owner of the table.
-
     @root_validator(pre=True)
     def set_v2_compatible_defaults(cls, data: Dict[str, Any]) -> Dict[str, 
Any]:
         """Sets default values to be compatible with the format v2
-

Review Comment:
   Can you revert some of the unnecessary whitespace changes?



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