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)