samredai commented on code in PR #4545:
URL: https://github.com/apache/iceberg/pull/4545#discussion_r848732669
##########
python/setup.cfg:
##########
@@ -45,6 +45,8 @@ python_requires = >=3.7
install_requires =
mmh3
singledispatch
+ pyyaml
Review Comment:
It's a great question and I think we can decide on that later. The
TableMetadata PR is still a WIP but that class includes this
[validate](https://github.com/apache/iceberg/pull/3677/files#diff-0a2dcd19c1079e50703f2010f74a47309468503f3ddd753db3aca9951364810fR236)
method. So we may have certain paths where we don't validate (loading a
metadata file from a path we got from a catalog) and other paths where we do
validate (like before writing+committing a new metadata file), just as an
example.
--
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]