You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (Jira)" <ji...@apache.org> on 2021/04/26 19:45:00 UTC

[jira] [Created] (BEAM-12228) Composites that return another transforms output are overridden incorrectly

Kenneth Knowles created BEAM-12228:
--------------------------------------

             Summary: Composites that return another transforms output are overridden incorrectly
                 Key: BEAM-12228
                 URL: https://issues.apache.org/jira/browse/BEAM-12228
             Project: Beam
          Issue Type: Bug
          Components: runner-core
            Reporter: Kenneth Knowles


The TransformHierarchy considers any transform that returns another transform's output to be a "composite". A.K.A. not a primitive. A primitive produces its own output.

But a composite that returns its own output and _also_ feeds that input to an internal transform is rewired incorrectly. Because the output is replaced with the original, causing the internal PCollection to be incorrect.



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