You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 15:22:38 UTC

[GitHub] [beam] damccorm opened a new issue, #20068: Beam 2.19 raises exception in IPython notebook

damccorm opened a new issue, #20068:
URL: https://github.com/apache/beam/issues/20068

   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)`
   ipython prompt metadata. Cannot figure out the pipeline '
   that the given pvalueish %s belongs to. Thus noop.'
    \---\> 84 % pvalueish)
   if (pipeline
   - 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.
   
   Imported from Jira [BEAM-9277](https://issues.apache.org/jira/browse/BEAM-9277). Original Jira may contain additional context.
   Reported by: ccy.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] closed issue #20068: Beam 2.19 raises exception in IPython notebook

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #20068: Beam 2.19 raises exception in IPython notebook
URL: https://github.com/apache/beam/issues/20068


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Abacn commented on issue #20068: Beam 2.19 raises exception in IPython notebook

Posted by GitBox <gi...@apache.org>.
Abacn commented on issue #20068:
URL: https://github.com/apache/beam/issues/20068#issuecomment-1184608393

   .close-issue outdated


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org