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

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

                Author: ASF GitHub Bot
            Created on: 05/Jun/20 23:08
            Start Date: 05/Jun/20 23:08
    Worklog Time Spent: 10m 
      Work Description: pabloem commented on pull request #11940:
URL: https://github.com/apache/beam/pull/11940#issuecomment-639884926


   Run Python 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:
us...@infra.apache.org


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

    Worklog Id:     (was: 442068)
    Time Spent: 0.5h  (was: 20m)

> FlatMap no longer shows User function name
> ------------------------------------------
>
>                 Key: BEAM-6215
>                 URL: https://issues.apache.org/jira/browse/BEAM-6215
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Robert Bradshaw
>            Priority: P2
>              Labels: stale-P2
>             Fix For: Not applicable
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> {code:python}
> def my_function(element):
>     ...
> pcoll | beam.FlatMap(my_function)
> {code}
> now has a stage name of {{FlatMap(<lambda at core.py:2027>)}} rather than 
> {{FlatMap(my_function)}}. Not sure when this regression was introduced.



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

Reply via email to