tvalentyn commented on code in PR #26099: URL: https://github.com/apache/beam/pull/26099#discussion_r1157342409
########## sdks/python/apache_beam/typehints/schemas_test.py: ########## @@ -49,6 +48,11 @@ from apache_beam.typehints.testing.strategies import named_fields from apache_beam.utils.timestamp import Timestamp +try: + import dill Review Comment: we can include dill as a [test] dependency, and use new version -- 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]
