kennknowles opened a new issue, #18899: URL: https://github.com/apache/beam/issues/18899
A SqlTypeName is a _type constructor_, not a type. It is not a full type until it is applied to parameters. The type name "row" is not a type until applied to a schema. The type name "array" takes one parameter - the type of its contents. We could use Beam's FieldType, but more likely should have a thin wrapper for Beam SQL types. Imported from Jira [BEAM-4412](https://issues.apache.org/jira/browse/BEAM-4412). Original Jira may contain additional context. Reported by: kenn. Subtask of issue #18898 -- 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]
