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 2017/01/18 20:28:26 UTC

[jira] [Updated] (BEAM-1225) Add a ToString transform in Java SDK

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

Daniel Halperin updated BEAM-1225:
----------------------------------
    Fix Version/s: 0.5.0

> Add a ToString transform in Java SDK
> ------------------------------------
>
>                 Key: BEAM-1225
>                 URL: https://issues.apache.org/jira/browse/BEAM-1225
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-core
>            Reporter: Vikas Kedigehalli
>            Assignee: Vikas Kedigehalli
>            Priority: Minor
>             Fix For: 0.5.0
>
>
> It is a common pattern in BEAM pipelines to convert a PCollection<T> to PCollection<String>. It involves the pipeline author having to write a SimpleFunction or DoFn that just calls the 'toString' method on each element and then use it through MapElements or a ParDo. Having a ToString transform would help avoid writing this boilerplate code. 



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