tvalentyn commented on code in PR #36793: URL: https://github.com/apache/beam/pull/36793#discussion_r2524990557
########## sdks/python/apache_beam/internal/cloudpickle/cloudpickle.py: ########## @@ -1720,3 +1733,10 @@ def dumps( # Backward compat alias. CloudPickler = Pickler + + +def hash_dynamic_classdef(classdef): Review Comment: 1. This is seemingly unused? 2. Do we have to worry about (unlikely) hash collisions? -- 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]
