Polber commented on code in PR #32851:
URL: https://github.com/apache/beam/pull/32851#discussion_r1805581109
##########
sdks/python/apache_beam/yaml/tests/map.yaml:
##########
@@ -30,8 +30,8 @@ pipelines:
config:
append: true
fields:
- named_field: element
literal_int: 10
+ named_field: element
Review Comment:
~~Looks like there was a change to
`sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/transforms/providers/JavaRowUdf.java`
in that PR (more specifically `StaticSchemaInference.fieldFromType`) which
likely messed with how the schema was parsed in Java MapToFields~~
Actually that is per field, so it is more likely something else more tied to
how expansion service parses the Schema. I can look into it next week if it is
still an issue
--
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]