Just an idea, would it be possible (and practical) to generate row subclasses 
for all schemas, so that you can access the schema in places like this one? E.g.


```
class GeneratedRowSubclassWithSchema$1 extends Row {
   public static final Schema ROW_SCHEMA = ...;
}

if (typeDescriptor.isSubtypeOf(TypeDescriptor.of(Row.class)) {
   // do reflection magic to extract ROW_SCHEMA static field
}
```

[ Full content available at: https://github.com/apache/beam/pull/6317 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to