You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Ahmet Altay (JIRA)" <ji...@apache.org> on 2017/03/30 23:53:41 UTC

[jira] [Created] (BEAM-1843) 'PDone' object has no attribute 'to_runner_api'

Ahmet Altay created BEAM-1843:
---------------------------------

             Summary: 'PDone' object has no attribute 'to_runner_api'
                 Key: BEAM-1843
                 URL: https://issues.apache.org/jira/browse/BEAM-1843
             Project: Beam
          Issue Type: Bug
          Components: sdk-py
            Reporter: Ahmet Altay
            Assignee: Robert Bradshaw


Post commit failure with (https://builds.apache.org/view/Beam/job/beam_PostCommit_Python_Verify/1676/consoleFull):

...
  File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/pipeline.py", line 512, in <dictcomp>
    for tag, out in self.outputs.items()},
  File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/runners/pipeline_context.py", line 52, in get_id
    self._id_to_proto[id] = obj.to_runner_api(self._pipeline_context)
AttributeError: 'PDone' object has no attribute 'to_runner_api'



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)