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

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

                Author: ASF GitHub Bot
            Created on: 24/Sep/19 21:31
            Start Date: 24/Sep/19 21:31
    Worklog Time Spent: 10m 
      Work Description: robertwb commented on pull request #9641: [BEAM-8301] 
Fix incomparable defaults.
URL: https://github.com/apache/beam/pull/9641
 
 
   
 
----------------------------------------------------------------
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: 317862)
    Time Spent: 0.5h  (was: 20m)

> Argument inference breaks on incomparable types as defaults.
> ------------------------------------------------------------
>
>                 Key: BEAM-8301
>                 URL: https://issues.apache.org/jira/browse/BEAM-8301
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>    Affects Versions: 2.16.0
>            Reporter: Robert Bradshaw
>            Priority: Blocker
>             Fix For: 2.16.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> A common culprit is numpy arrays, e.g.
> {code:python}
> class MyDoFn(beam.DoFn):
>   def process(element, arg=np.ndarray(...)):
>     ... 
> {code}
> This bug was introduced as part of [BEAM-7060].



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

Reply via email to