[
https://issues.apache.org/jira/browse/BEAM-7855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246752#comment-17246752
]
Brian Hulette commented on BEAM-7855:
-------------------------------------
Action is described here:
https://github.com/apache/beam/blob/0c01636fc8610414859d946cb93eabc904123fc8/sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/SchemaTranslation.java#L60
{code}
// TODO(BEAM-7855): Populate this with a LogicalTypeRegistrar, which includes
a way to construct
// the LogicalType
// given an argument.
{code}
> Support logical types when translating the portable row coder representation
> ----------------------------------------------------------------------------
>
> Key: BEAM-7855
> URL: https://issues.apache.org/jira/browse/BEAM-7855
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Brian Hulette
> Priority: P2
> Labels: Clarified, stale-P2
>
> Originally SchemaCoder and RowCoder relied on including serialized java
> classes and functions to support logical types, but the [portable schema
> representation|https://s.apache.org/beam-schema] only includes a URN for a
> logical type. We will need to be able to re-construct logical types given
> just a URN, presumably by creating some sort of logical type registry indexed
> by URN.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)