Abacn commented on code in PR #37855: URL: https://github.com/apache/beam/pull/37855#discussion_r2940581211
########## sdks/python/apache_beam/typehints/schemas.py: ########## @@ -657,8 +663,15 @@ def union_schema_type(element_types): element_types must be a set of schema-aware types whose fields have the same naming and ordering. """ + named_fields_and_types = [] Review Comment: this part fixes `#4` data corruption bug #37862 -- 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]
