You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tgroh <gi...@git.apache.org> on 2016/12/12 21:43:14 UTC

[GitHub] incubator-beam pull request #1582: [BEAM-646] Add Parameters to finishSpecif...

GitHub user tgroh opened a pull request:

    https://github.com/apache/incubator-beam/pull/1582

    [BEAM-646] Add Parameters to finishSpecifying

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable
           Travis-CI on your fork and ensure the whole test matrix passes).
     - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [ ] If this contribution is large, please file an Apache
           [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).
    
    ---
    This removes use of getProducingTransformInternal() in TypedPValue.
    
    Ensure that all nodes are finished specifying before a call to
    `Pipeline#traverseTopologically` or `PipelineRunner#run`. This ensures
    that all nodes are fully specified without requiring the `PipelineRunner`
    to do so explicitly.
    
    Use Coder Inference rather than explicitly setting Coders within
    DirectRunner overrides.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tgroh/incubator-beam parametered_finish_specifying

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-beam/pull/1582.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 #1582
    
----
commit 05d3151de529e1db8ffe0e16ea03e4d2674b4696
Author: Thomas Groh <tg...@google.com>
Date:   2016-12-08T22:33:36Z

    Improve Coder Inference within DirectRunner Overrides
    
    This cleans up how coders are provided for DirectRunner overrides.
    
    Ensure that coders are provided within tests that use an empty Flatten.

commit 97d81855b7dd54b0362121fe2b7d92aafb7d6594
Author: Thomas Groh <tg...@google.com>
Date:   2016-12-08T17:09:33Z

    Add Parameters to finishSpecifying
    
    Remove the need to use getProducingTransformInternal in TypedPValue.

----


---
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] incubator-beam pull request #1582: [BEAM-646] Add Parameters to finishSpecif...

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

    https://github.com/apache/incubator-beam/pull/1582


---
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.
---