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/04/08 03:01:23 UTC

[GitHub] incubator-beam pull request: [BEAM-115] Move expansion of Window.B...

GitHub user kennknowles opened a pull request:

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

    [BEAM-115] Move expansion of Window.Bound into particular runners

    As per the [Runner API design](https://docs.google.com/document/d/1bao-5B6uBuf-kwH1meenAuXXS0c9cBQ1B2J59I3FiyI/edit?usp=sharing) this makes `Window.into` very explicitly a primitive, and moves the subsidiary primitives to top level classes in the `util/` (aka miscellaneous) directory, eventually to move to some appropriate final location for "runner utilities" or to be removed entirely.

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

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

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

    https://github.com/apache/incubator-beam/pull/147.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 #147
    
----
commit d944b5e724dbc372969d83820a450134a031a21a
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-04-08T00:34:19Z

    Move expansion of Window.Bound into particular runners
    
    In the Beam model, windowing is a primitive concept. The expansion provided
    by the SDK is not implementable except via access to privileged methods
    not intended for Beam pipeline authors.
    
    This change is a precursor to eliminating these privileged entirely.

----


---
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: [BEAM-115] Move expansion of Window.B...

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

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


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