GitHub user ilganeli opened a pull request:
https://github.com/apache/incubator-beam/pull/378
[BEAM-211] Replace usages of PCollection.setCoder with
Create.of().withCoder
* Replaced all usages of ```PCollection.setCoder`` with the recommended
```withCoder```.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ilganeli/incubator-beam BEAM-211
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/378.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 #378
----
commit 65519e1b37cdae00410ff99272b7782656de0c11
Author: Ilya Ganelin <[email protected]>
Date: 2016-05-23T23:34:38Z
Updated all existing instances of PCollection's #setCoder to use Create.of
use it's #withCoder
commit 3a21f536cbcbe0bc6feef1a234e022d0bd29857b
Author: Ilya Ganelin <[email protected]>
Date: 2016-05-23T23:43:44Z
Fixed formatting changes.
commit 3a967e3add790a6acd4064f1b8ea63834107e482
Author: Ilya Ganelin <[email protected]>
Date: 2016-05-23T23:44:45Z
Deleted stale code.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---