[ https://issues.apache.org/jira/browse/BEAM-7533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ismaël Mejía updated BEAM-7533: ------------------------------- Fix Version/s: 2.14.0 > CoderRegistry resolves Float as SerializableCoder > ------------------------------------------------- > > Key: BEAM-7533 > URL: https://issues.apache.org/jira/browse/BEAM-7533 > Project: Beam > Issue Type: Bug > Components: sdk-java-core > Affects Versions: 2.13.0 > Reporter: Neville Li > Assignee: Neville Li > Priority: Trivial > Fix For: 2.14.0 > > Time Spent: 50m > Remaining Estimate: 0h > > There's a typo in {{CoderRegistry.CommonTypes}} causing {{Float}} type to be > resolved with {{SerializableCoder}}. > {code:java} > builder.put( > FloatCoder.class, CoderProviders.fromStaticMethods(Float.class, > FloatCoder.class)); > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)