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

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

                Author: ASF GitHub Bot
            Created on: 04/Sep/19 17:25
            Start Date: 04/Sep/19 17:25
    Worklog Time Spent: 10m 
      Work Description: chadrik commented on issue #9344: [BEAM-7984] The coder 
returned for typehints.List should be IterableCoder
URL: https://github.com/apache/beam/pull/9344#issuecomment-528001851
 
 
   I gave up trying to figure out how to run specific tests from gradle as 
well, so I just created a PR https://github.com/apache/beam/pull/9474  to 
enable running individual tests using tox.  This should theoretically be the 
same environment as gradle, since gradle calls tox.  
   
   I'm cherry-picking the commit from my PR and running the tests like this:
   
   ```
   tox -e py27 -- --tests apache_beam.testing.synthetic_pipeline_test
   ```
   
   Running this on my Macbook Pro succeeds, so I'm not sure where to go from 
here. 
 
----------------------------------------------------------------
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: 306550)
    Time Spent: 2h 10m  (was: 2h)

> [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: 2h 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.2#803003)

Reply via email to