claudevdm commented on code in PR #34568: URL: https://github.com/apache/beam/pull/34568#discussion_r2031978960
########## sdks/python/apache_beam/internal/cloudpickle_pickler.py: ########## @@ -86,6 +86,11 @@ def _reconstruct_enum_descriptor(full_name): if not hasattr(module, 'DESCRIPTOR'): continue + if hasattr(module.DESCRIPTOR, 'enum_types_by_name'): Review Comment: I could not find any top level proto enums to use for writing a unit test, let me know if I should create some fake protos for test coverage? -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org