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

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

                Author: ASF GitHub Bot
            Created on: 10/Feb/20 17:16
            Start Date: 10/Feb/20 17:16
    Worklog Time Spent: 10m 
      Work Description: aaltay commented on issue #10813: [BEAM-9277] Fix 
exception when running in IPython notebook
URL: https://github.com/apache/beam/pull/10813#issuecomment-584232443
 
 
   @charlesccychen - could you add a note to 
(https://github.com/apache/beam/blob/master/CHANGES.md) then self merge?
 
----------------------------------------------------------------
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: 384583)
    Time Spent: 20m  (was: 10m)

> Beam 2.19 raises exception in IPython notebook
> ----------------------------------------------
>
>                 Key: BEAM-9277
>                 URL: https://issues.apache.org/jira/browse/BEAM-9277
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Charles Chen
>            Assignee: Charles Chen
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Beam 2.19 causes the following error to occur in an IPython notebook:
> {{/usr/local/lib/python3.6/dist-packages/apache_beam/utils/interactive_utils.py
>  in alter_label_if_ipython(transform, pvalueish)}}
> {{ 82 'ipython prompt metadata. Cannot figure out the pipeline '}}
> {{ 83 'that the given pvalueish %s belongs to. Thus noop.'}}
> {{ ---> 84 % pvalueish)}}
> {{ 85 if (pipeline}}
> {{ 86 # We only alter for transforms to be applied to user-defined 
> pipelines}}{{TypeError: not all arguments converted during string formatting}}
> The fix should be that the formatter should pass "% (pvalueish,)" instead of 
> the possible tuple.



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

Reply via email to