[
https://issues.apache.org/jira/browse/BEAM-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Halperin resolved BEAM-1225.
-----------------------------------
Resolution: Fixed
Initial implementation fixed. Still some improvements pending from [~eljefe6aa]
I believe.
> 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)