claudevdm commented on code in PR #36738: URL: https://github.com/apache/beam/pull/36738#discussion_r2499311902
########## sdks/python/apache_beam/internal/cloudpickle_pickler.py: ########## @@ -37,13 +37,14 @@ from apache_beam.internal import code_object_pickler from apache_beam.internal.cloudpickle import cloudpickle +from apache_beam.internal.code_object_pickler import get_normalized_path DEFAULT_CONFIG = cloudpickle.CloudPickleConfig( - skip_reset_dynamic_type_state=True) + skip_reset_dynamic_type_state=True, filepath_interceptor=get_normalized_path) NO_DYNAMIC_CLASS_TRACKING_CONFIG = cloudpickle.CloudPickleConfig( Review Comment: I think you can actually remove NO_DYNAMIC_CLASS_TRACKING_CONFIG -- 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]
