Reuven Lax created BEAM-5146:
--------------------------------
Summary: GetterBasedSchemaProvider might create inconsistent views
of the same schema
Key: BEAM-5146
URL: https://issues.apache.org/jira/browse/BEAM-5146
Project: Beam
Issue Type: Bug
Components: sdk-java-core
Reporter: Reuven Lax
Assignee: Reuven Lax
schemaFor is called inside the toRowFunction, and schemaFor is not
deterministic (since Java reflection order is not deterministic). Since the
toRowFunction is invoked on each worker separately, this creates inconsistent
views of the schema.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)