dramaticlly commented on a change in pull request #4262:
URL: https://github.com/apache/iceberg/pull/4262#discussion_r827306711
##########
File path: python/setup.cfg
##########
@@ -42,6 +42,11 @@ package_dir =
= src
packages = find:
python_requires = >=3.7
+install_requires =
+ pytz
+ python-dateutil
+ fastavro>=1.3.2<1.4.0
Review comment:
Actually I think this is only used in unit tests so far to validate the
string to date/time/timestamp conversion where its value is setup correctly.
from python_legacy code base I think it has been used for manifest
reader/writer so I ported it over. I can look into what's the best place to put
this dependency
--
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]