[
https://issues.apache.org/jira/browse/BEAM-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luke Cwik updated BEAM-2275:
----------------------------
Priority: Blocker (was: Major)
> SerializableCoder fails to serialize when used with a generic type token
> ------------------------------------------------------------------------
>
> Key: BEAM-2275
> URL: https://issues.apache.org/jira/browse/BEAM-2275
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-core
> Affects Versions: 2.0.0
> Reporter: Luke Cwik
> Assignee: Thomas Groh
> Priority: Blocker
>
> The following code throws that the type descriptor is not serializable
> {code}
> SerializableCoder<T> coder = SerializableCoder.of(new TypeDescriptor<T>(){});
> CoderProperties.ensureSerializable(coder);
> {code}
> This is a regression since 0.6.0 since the type descriptor was never
> serialized before.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)