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

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

                Author: ASF GitHub Bot
            Created on: 14/Jun/19 08:33
            Start Date: 14/Jun/19 08:33
    Worklog Time Spent: 10m 
      Work Description: iemejia commented on issue #8825: [BEAM-7533] Fix 
CoderRegistry for Float
URL: https://github.com/apache/beam/pull/8825#issuecomment-502021072
 
 
   Run Java_Examples_Dataflow PreCommit
 
----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 260231)
    Time Spent: 1h 20m  (was: 1h 10m)

> 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: 1h 20m
>  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