robertwb commented on pull request #13202: URL: https://github.com/apache/beam/pull/13202#issuecomment-722072861
This will not break streaming job updates because the translation to DFE ignores parents (aka composite transforms). It also doesn't (yet) use these codepaths. FWIW, the other reason this is problematic is that nulling out the parent can create cases where A -> B -> C and A and C are inside the composite but B is not. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
