damccorm opened a new issue, #21552: URL: https://github.com/apache/beam/issues/21552
The Java ExpansionService has [logic](https://github.com/apache/beam/blob/52c3f07aa56de738db3130283716d38206de42b7/sdks/java/expansion-service/src/main/java/org/apache/beam/sdk/expansion/service/ExpansionService.java#L281) for re-ordering fields based on the client's reported schema and the expanding transforms expected schema. Currently SchemaIO bypasses this by placing the config object as encoded bytes in a field in the top-level schema. This can cause issues like BEAM-14230. Imported from Jira [BEAM-14414](https://issues.apache.org/jira/browse/BEAM-14414). Original Jira may contain additional context. Reported by: bhulette. -- 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]
