GitHub user robertwb opened a pull request:

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

    Windowed side inputs

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


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

    $ git pull https://github.com/robertwb/incubator-beam windowed-side-inputs

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

    https://github.com/apache/incubator-beam/pull/1100.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 #1100
    
----
commit a002d25729d2ed53a33c422d84b188bced7d8178
Author: Robert Bradshaw <rober...@gmail.com>
Date:   2016-10-07T22:28:50Z

    Dissallow (unimplemented) windowed side inputs.

commit c04dcc2c12f6d91275acca2aba93cd697c7b5464
Author: Robert Bradshaw <rober...@gmail.com>
Date:   2016-10-07T23:17:47Z

    Fix tests.

commit b040bc31b9773a5569e16917d4fbc6dcd8f96ca5
Author: Robert Bradshaw <rober...@gmail.com>
Date:   2016-10-07T23:31:20Z

    Add windowed side inputs failure test.

commit d00c09c8a165d0bafa5851ac73706cd99b76f488
Author: Robert Bradshaw <rober...@google.com>
Date:   2016-10-11T23:43:41Z

    Windowed side input test.

commit 7d902978db511d8e39a045f54bddfc0bd048cc7d
Author: Robert Bradshaw <rober...@google.com>
Date:   2016-10-11T22:27:58Z

    Implement windowed side inputs for direct runner.

commit 40d131d9bb94a345e114b02fe45fa46ce7805e62
Author: Robert Bradshaw <rober...@google.com>
Date:   2016-10-13T00:37:52Z

    Implement windowed side inputs for InProcess runner.

commit 711017b27e5948494282eb8a0ec18a2e39459886
Author: Robert Bradshaw <rober...@google.com>
Date:   2016-10-13T22:15:06Z

    Fix tests expecting list from AsIter.

commit 2568f5906ae10e284603daaede085b75916ce565
Author: Robert Bradshaw <rober...@google.com>
Date:   2016-10-13T23:39:24Z

    remove debugging

commit 8d513ca3a6cf4e1c37b3670d5d27bdedb5c950e4
Author: Robert Bradshaw <rober...@google.com>
Date:   2016-10-14T01:02:12Z

    More complicated window tests.

commit d3b5988c78682989f1db17c09dc51157377ddd7c
Author: Robert Bradshaw <rober...@google.com>
Date:   2016-10-14T01:17:30Z

    Optimize globally windowed side input case

----


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

Reply via email to