[ 
https://issues.apache.org/jira/browse/BEAM-8451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Durovic updated BEAM-8451:
-------------------------------
    Description: 
 

RecursionError: maximum recursion depth exceeded in __instancecheck__

at 
[https://github.com/apache/beam/blob/master/sdks/python/apache_beam/runners/interactive/pipeline_analyzer.py#L405]

 

This occurred after the execution of the last cell in 
[https://github.com/apache/beam/blob/master/sdks/python/apache_beam/runners/interactive/examples/Interactive%20Beam%20Example.ipynb]

  was:
~/tmp/beam_venv_dir/lib/python3.6/site-packages/apache_beam-2.17.0.dev0-py3.6.egg/apache_beam/runners/interactive/pipeline_analyzer.py
 in _derivation(self, pcoll_id)

403 self._derivations[pcoll_id] = self.Derivation({  404 input_tag: 
self._derivation(input_id) --> 405 for input_tag, input_id in 
transform_proto.inputs.items()  406 }, transform_proto, output_tag)  407 return 
self._derivations[pcoll_id]

RecursionError: maximum recursion depth exceeded in __instancecheck__


> Interactive Beam example failing from stack overflow
> ----------------------------------------------------
>
>                 Key: BEAM-8451
>                 URL: https://issues.apache.org/jira/browse/BEAM-8451
>             Project: Beam
>          Issue Type: Bug
>          Components: examples-python
>            Reporter: Igor Durovic
>            Assignee: Igor Durovic
>            Priority: Major
>
>  
> RecursionError: maximum recursion depth exceeded in __instancecheck__
> at 
> [https://github.com/apache/beam/blob/master/sdks/python/apache_beam/runners/interactive/pipeline_analyzer.py#L405]
>  
> This occurred after the execution of the last cell in 
> [https://github.com/apache/beam/blob/master/sdks/python/apache_beam/runners/interactive/examples/Interactive%20Beam%20Example.ipynb]



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

Reply via email to