claudevdm commented on code in PR #35904: URL: https://github.com/apache/beam/pull/35904#discussion_r2417046256
########## sdks/python/apache_beam/internal/pickler_test.py: ########## @@ -29,11 +29,27 @@ from parameterized import param from parameterized import parameterized +from apache_beam.internal import code_object_pickler from apache_beam.internal import module_test from apache_beam.internal import pickler +from apache_beam.internal.cloudpickle import cloudpickle +from apache_beam.internal.cloudpickle_pickler import dumps as cloudpickle_dumps from apache_beam.internal.pickler import dumps from apache_beam.internal.pickler import loads +STABLE_CODE_IDENTIFIER_PICKLING_CONFIG = cloudpickle.CloudPickleConfig( Review Comment: Remove this to line 51 -- 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]
