[ 
https://issues.apache.org/jira/browse/BEAM-7533?focusedWorklogId=260238&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-260238
 ]

ASF GitHub Bot logged work on BEAM-7533:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Jun/19 08:56
            Start Date: 14/Jun/19 08:56
    Worklog Time Spent: 10m 
      Work Description: iemejia commented on pull request #8825: [BEAM-7533] 
Fix CoderRegistry for Float
URL: https://github.com/apache/beam/pull/8825
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 260238)
    Time Spent: 1.5h  (was: 1h 20m)

> 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: 1.5h
>  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)

Reply via email to