rdblue commented on code in PR #5447:
URL: https://github.com/apache/iceberg/pull/5447#discussion_r939695129
##########
python/pyiceberg/table/metadata.py:
##########
@@ -55,7 +56,6 @@ def check_schemas(values: Dict[str, Any]) -> Dict[str, Any]:
def check_partition_specs(values: Dict[str, Any]) -> Dict[str, Any]:
"""Validator to check if the default-spec-id is present in
partition-specs"""
default_spec_id = values["default_spec_id"]
-
Review Comment:
Nit: Unnecessary whitespace change.
--
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]