tvalentyn commented on code in PR #35904: URL: https://github.com/apache/beam/pull/35904#discussion_r2377260012
########## sdks/python/apache_beam/internal/cloudpickle/cloudpickle.py: ########## @@ -78,6 +78,9 @@ import warnings import weakref +from apache_beam.internal.code_object_pickler import get_code_from_identifier Review Comment: +1 to run the CP test, we can try that on your fork before merging. additng tests can be a separate PR. -- 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]
