samredai commented on code in PR #4545:
URL: https://github.com/apache/iceberg/pull/4545#discussion_r848689562


##########
python/setup.cfg:
##########
@@ -45,6 +45,8 @@ python_requires = >=3.7
 install_requires =
     mmh3
     singledispatch
+    pyyaml

Review Comment:
   We'll need it at runtime. Specifically in the `TableMetadata` class which 
hasn't been merged in yet but the idea is that reading in a table metadata file 
will be validated against the open api spec.



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