[
https://issues.apache.org/jira/browse/BEAM-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15298857#comment-15298857
]
ASF GitHub Bot commented on BEAM-305:
-------------------------------------
GitHub user ilganeli opened a pull request:
https://github.com/apache/incubator-beam/pull/386
[BEAM-305] Replace usages of PCollection.setCoder with
Create.of().withCoder in Spark Runner
* Replaced all usages of ```PCollection.setCoder`` with the recommended
```withCoder``` in the Spark Runner.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ilganeli/incubator-beam BEAM-305
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/386.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #386
----
commit 8113273cc21be3690356711d77a5c161a709997f
Author: Ilya Ganelin <[email protected]>
Date: 2016-05-24T20:37:04Z
Replaced all usages of setCoder with withCoder
----
> In Spark runner tests - When using Create.of use it's #withCoder method
> instead of the created PCollection's #setCoder
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: BEAM-305
> URL: https://issues.apache.org/jira/browse/BEAM-305
> Project: Beam
> Issue Type: Bug
> Components: runner-spark
> Reporter: Amit Sela
> Priority: Minor
>
> See [~kenn] comment here:
> https://github.com/apache/incubator-beam/pull/179#discussion_r60171526
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)