You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Thomas Groh (JIRA)" <ji...@apache.org> on 2017/06/08 22:35:18 UTC

[jira] [Created] (BEAM-2428) Enforce all inputs and outputs are properly declared in Transform Hierarchy

Thomas Groh created BEAM-2428:
---------------------------------

             Summary: Enforce all inputs and outputs are properly declared in Transform Hierarchy
                 Key: BEAM-2428
                 URL: https://issues.apache.org/jira/browse/BEAM-2428
             Project: Beam
          Issue Type: Improvement
          Components: sdk-java-core
            Reporter: Thomas Groh


Within a composite transform, each child node may only consume values declared as the input to the composite and values produced as output by other direct children of the composite node. This can be enforced automatically via pipeline traversal, or by the {{TransformHierarchy}} directly.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)