You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Igor Durovic (Jira)" <ji...@apache.org> on 2019/10/21 21:43:00 UTC

[jira] [Updated] (BEAM-8451) Interactive Beam example failing from stack overflow

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

Igor Durovic updated BEAM-8451:
-------------------------------
    Description: 
~/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
>
> ~/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__



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