You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2021/07/10 17:21:01 UTC

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

     [ https://issues.apache.org/jira/browse/BEAM-12228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Beam JIRA Bot updated BEAM-12228:
---------------------------------
    Priority: P3  (was: P2)

> 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
>            Priority: P3
>              Labels: stale-P2
>
> 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 input 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)