You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Daniel Halperin (JIRA)" <ji...@apache.org> on 2016/07/11 18:17:11 UTC

[jira] [Created] (BEAM-438) Rename one of PTransform.apply and PInput.apply

Daniel Halperin created BEAM-438:
------------------------------------

             Summary: Rename one of PTransform.apply and PInput.apply
                 Key: BEAM-438
                 URL: https://issues.apache.org/jira/browse/BEAM-438
             Project: Beam
          Issue Type: Improvement
          Components: sdk-java-core
            Reporter: Daniel Halperin


Before releasing Beam 1.0, we should do this.

Right now, it's legal to call:

{{ptransform.apply(input)}}

and 

{{input.apply(ptransform)}}

when only the latter is correct. The former skips various validation steps and loses the notion of composite transforms.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)