[
https://issues.apache.org/jira/browse/BEAM-8301?focusedWorklogId=317826&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-317826
]
ASF GitHub Bot logged work on BEAM-8301:
----------------------------------------
Author: ASF GitHub Bot
Created on: 24/Sep/19 20:50
Start Date: 24/Sep/19 20:50
Worklog Time Spent: 10m
Work Description: markflyhigh commented on issue #9641: [BEAM-8301] Fix
incomparable defaults.
URL: https://github.com/apache/beam/pull/9641#issuecomment-534742533
LGTM
----------------------------------------------------------------
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: 317826)
Time Spent: 20m (was: 10m)
> 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: 20m
> 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)