kbendick commented on code in PR #4706: URL: https://github.com/apache/iceberg/pull/4706#discussion_r869439497
########## python/setup.cfg: ########## @@ -43,6 +43,7 @@ package_dir = packages = find: python_requires = >=3.7 install_requires = + attrs Review Comment: Is there an alternative in the standard library we can use? The fewer libraries we add as a dependency, the more we can allow users to pick their own versions and not have to worry about conflicts. -- 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]
