You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Chamikara Jayalath (JIRA)" <ji...@apache.org> on 2018/01/29 02:27:00 UTC

[jira] [Created] (BEAM-3557) Converting to runner api protos and back results in parent pointers being dropped

Chamikara Jayalath created BEAM-3557:
----------------------------------------

             Summary: Converting to runner api protos and back results in parent pointers being dropped
                 Key: BEAM-3557
                 URL: https://issues.apache.org/jira/browse/BEAM-3557
             Project: Beam
          Issue Type: Bug
          Components: sdk-py-core
            Reporter: Chamikara Jayalath


We currently convert transform graph to runner API protos and back at following location. Seems like this results in parent pointers being dropped for all AppliedTransform objects of the graph. Looks like this doesn't have an impact in pipeline execution for Direct and Dataflow runners though (given that all tests pass).

[https://github.com/apache/beam/blob/master/sdks/python/apache_beam/pipeline.py#L332]

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)