tvalentyn commented on code in PR #26099: URL: https://github.com/apache/beam/pull/26099#discussion_r1157345911
########## 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: let's use user-specified pickler like in other places. the ux should allow user to override the default pickler in once place at start time -- 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]
