You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/18 23:57:26 UTC

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

    [ https://issues.apache.org/jira/browse/BEAM-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15829011#comment-15829011 ] 

ASF GitHub Bot commented on BEAM-1225:
--------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/beam/pull/1721


> 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)