[
https://issues.apache.org/jira/browse/BEAM-2333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16022029#comment-16022029
]
ASF GitHub Bot commented on BEAM-2333:
--------------------------------------
GitHub user kennknowles opened a pull request:
https://github.com/apache/beam/pull/3216
[BEAM-2333] Runner API translation renames
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [x] Make sure the PR title is formatted like:
`[BEAM-<Jira issue #>] Description of pull request`
- [x] Make sure tests pass via `mvn clean verify`.
- [x] Replace `<Jira issue #>` in the title with the actual Jira issue
number, if there is one.
- [x] If this contribution is large, please file an Apache
[Individual Contributor License
Agreement](https://www.apache.org/licenses/icla.pdf).
---
R: @tgroh as discussed, adding a more-specific suffix to these utility
classes. I peeled these commits off from #3195 to trim it down.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kennknowles/beam RunnerApiTranslation-renames
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3216.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 #3216
----
commit 940819e2acccb8d77b88aaee821ee972aca02eb3
Author: Kenneth Knowles <[email protected]>
Date: 2017-05-23T22:26:44Z
Rename PCollections to PCollectionTranslation
This is to give a standard and obvious suffix for all our helper classes
for translating to/from Runner API protos.
commit 9b6728e24748791b7181b20183df3ada31f45682
Author: Kenneth Knowles <[email protected]>
Date: 2017-05-23T22:28:08Z
Rename PTransforms to PTransformTranslation
commit 446093836016dabf021d34ca0a858e313f493e2f
Author: Kenneth Knowles <[email protected]>
Date: 2017-05-23T22:28:49Z
Rename ParDos to ParDoTranslation
commit bc4f44f46ca6afc0018834eb467b1112763c3323
Author: Kenneth Knowles <[email protected]>
Date: 2017-05-23T22:29:16Z
Rename WindowIntoTranslator to WindowIntoTranslation
commit b35e91d4ed99b74d37a08a1385018b4ca326b3a0
Author: Kenneth Knowles <[email protected]>
Date: 2017-05-23T22:30:22Z
Rename ReadTranslator to ReadTranslation
commit 7e37b70317bd06f300a5423cc4cb76a06c3955c3
Author: Kenneth Knowles <[email protected]>
Date: 2017-05-23T22:31:49Z
Rename Coders to CoderTranslation
commit c8b2119ab9a75c7f781ce73ea9352734640a6f46
Author: Kenneth Knowles <[email protected]>
Date: 2017-05-23T22:32:47Z
Rename WindowingStrategies to WindowingStrategyTranslation
commit 4fa38e2d590cc4472c119b57790f7a724a700e43
Author: Kenneth Knowles <[email protected]>
Date: 2017-05-23T22:33:33Z
Rename Triggers to TriggerTranslation
----
> Rehydrate Pipeline from Runner API proto
> ----------------------------------------
>
> Key: BEAM-2333
> URL: https://issues.apache.org/jira/browse/BEAM-2333
> Project: Beam
> Issue Type: Bug
> Components: runner-core
> Reporter: Kenneth Knowles
> Assignee: Kenneth Knowles
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)