[
https://issues.apache.org/jira/browse/BEAM-1736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17145528#comment-17145528
]
Beam JIRA Bot commented on BEAM-1736:
-------------------------------------
This issue was marked "stale-P2" and has not received a public comment in 14
days. It is now automatically moved to P3. If you are still affected by it, you
can comment and move it back to P2.
> @DefaultCoder annotation should work with Create
> ------------------------------------------------
>
> Key: BEAM-1736
> URL: https://issues.apache.org/jira/browse/BEAM-1736
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-core
> Reporter: Kenneth Knowles
> Priority: P3
>
> From [email protected]:
> "My class is declared as follows:
> @DefaultCoder(SerializableCoder.class) public class Data<DataT extends
> BaseData> implements Serializable {
> and it fails like this:
> Caused by: org.apache.beam.sdk.coders.CannotProvideCoderException: Cannot
> provide coder based on value with class my.project.Data: No CoderFactory has
> been registered for the class."
> It seems like this should work, though Create's value-based coder inference
> has more limitations and safety issues than usual coder inference. To
> investigate.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)