You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Chad Dombrova (Jira)" <ji...@apache.org> on 2019/09/18 03:52:00 UTC

[jira] [Commented] (BEAM-7984) [python] The coder returned for typehints.List should be IterableCoder

    [ https://issues.apache.org/jira/browse/BEAM-7984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16932020#comment-16932020 ] 

Chad Dombrova commented on BEAM-7984:
-------------------------------------

this is resolved

> [python] The coder returned for typehints.List should be IterableCoder
> ----------------------------------------------------------------------
>
>                 Key: BEAM-7984
>                 URL: https://issues.apache.org/jira/browse/BEAM-7984
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py-core
>            Reporter: Chad Dombrova
>            Assignee: Chad Dombrova
>            Priority: Major
>          Time Spent: 4h 10m
>  Remaining Estimate: 0h
>
> IterableCoder encodes a list and decodes to list, but typecoders.registry.get_coder(typehints.List[bytes]) returns a FastPrimitiveCoder.  I don't see any reason why this would be advantageous. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)