AnandInguva commented on code in PR #26099:
URL: https://github.com/apache/beam/pull/26099#discussion_r1157349195


##########
sdks/python/apache_beam/coders/coder_impl.py:
##########
@@ -73,6 +73,11 @@
 except ImportError:
   dataclasses = None  # type: ignore
 
+if sys.version_info < (3, 11):

Review Comment:
   Yes. True. My goal here is to see what tests fail and how to resolve the 
first.
   
   Once they are resolved, I will takle on adding dill as an optional 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]

Reply via email to