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 2016/11/17 19:13:10 UTC

[GitHub] incubator-beam pull request #1378: [BEAM-23] DirectRunner: rewrite single-ou...

GitHub user kennknowles opened a pull request:

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

    [BEAM-23] DirectRunner: rewrite single-output ParDo to multi-output

    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`
     - [ ] 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 is in service of simplifying the override and expansion for splittable and stateful `ParDo`.


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

    $ git pull https://github.com/kennknowles/incubator-beam direct-ParDoSingleViaMulti

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

    https://github.com/apache/incubator-beam/pull/1378.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 #1378
    
----
commit 0b7fcc8ede9d16d02d047f40f669606cbe00fc4e
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-11-17T18:14:07Z

    Separate ParDoTest cases and make them more flexible
    
    A number of excessively rigid name tests preclude runner expansion
    of ParDo. This change makes them into independent unit tests
    for better signal and makes them more accurate to the intent - the
    name should have the relevant information, but may have other
    content.

commit efe582f0fbd4d2693867e5d3d3b3db21de16a9fa
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-11-17T18:56:36Z

    No longer execute OldDoFnTest with DirectRunner

commit 60cb48479ee5b0b6f50100bf2f6edec3fa7a552f
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-11-16T23:43:47Z

    DirectRunner: Expand ParDo.Bound into ParDo.BoundMulti

commit abc19d5a4672aa0f1334b674c91196c77bf07641
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-11-17T19:07:32Z

    Do not override type descriptor in WithTimestamps

commit ef700c967e8589b54053bc6b5e4743f50e43ec87
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-11-17T19:08:48Z

    Use getNewFn for coder inferences in ParDo

----


---
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 #1378: [BEAM-23] DirectRunner: rewrite single-ou...

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

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


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