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/21 19:16:58 UTC

[jira] [Updated] (BEAM-1192) Give transforms URNs, use them instead of instanceof checks

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

Kenneth Knowles updated BEAM-1192:
----------------------------------
    Summary: Give transforms URNs, use them instead of instanceof checks  (was: Add URNs to known transforms instead of using instanceof checks)

> Give transforms URNs, use them instead of instanceof checks
> -----------------------------------------------------------
>
>                 Key: BEAM-1192
>                 URL: https://issues.apache.org/jira/browse/BEAM-1192
>             Project: Beam
>          Issue Type: Improvement
>          Components: beam-model-runner-api
>            Reporter: Kenneth Knowles
>
> In the [Beam Runner AP|https://s.apache.org/beam-runner-api], transforms of interest to runners are to be identified by URN.
> Currently, Java-based runners use `instanceof` checks to both override transforms and to implement primitive transforms. This language and SDK-specific behavior should be replaced by adding these URNs, and checking them.



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