You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Kenneth Knowles (JIRA)" <ji...@apache.org> on 2016/12/08 17:50:58 UTC

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

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

Kenneth Knowles resolved BEAM-438.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 0.4.0-incubating

> 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
>            Assignee: Kenneth Knowles
>              Labels: backward-incompatible
>             Fix For: 0.4.0-incubating
>
>
> 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)