You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by kennknowles <gi...@git.apache.org> on 2017/05/23 22:56:01 UTC

[GitHub] beam pull request #3216: [BEAM-2333] Runner API translation renames

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 <kl...@google.com>
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 <kl...@google.com>
Date:   2017-05-23T22:28:08Z

    Rename PTransforms to PTransformTranslation

commit 446093836016dabf021d34ca0a858e313f493e2f
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T22:28:49Z

    Rename ParDos to ParDoTranslation

commit bc4f44f46ca6afc0018834eb467b1112763c3323
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T22:29:16Z

    Rename WindowIntoTranslator to WindowIntoTranslation

commit b35e91d4ed99b74d37a08a1385018b4ca326b3a0
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T22:30:22Z

    Rename ReadTranslator to ReadTranslation

commit 7e37b70317bd06f300a5423cc4cb76a06c3955c3
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T22:31:49Z

    Rename Coders to CoderTranslation

commit c8b2119ab9a75c7f781ce73ea9352734640a6f46
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T22:32:47Z

    Rename WindowingStrategies to WindowingStrategyTranslation

commit 4fa38e2d590cc4472c119b57790f7a724a700e43
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T22:33:33Z

    Rename Triggers to TriggerTranslation

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #3216: [BEAM-2333] Runner API translation renames

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---