[
https://issues.apache.org/jira/browse/BEAM-4412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Beam JIRA Bot updated BEAM-4412:
--------------------------------
Labels: (was: stale-P2)
> SQL operators and primitive values should use a richer type system than
> SqlTypeName
> -----------------------------------------------------------------------------------
>
> Key: BEAM-4412
> URL: https://issues.apache.org/jira/browse/BEAM-4412
> Project: Beam
> Issue Type: Sub-task
> Components: dsl-sql
> Reporter: Kenneth Knowles
> Priority: P3
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)