You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by an...@apache.org on 2018/10/09 22:46:37 UTC

[beam] branch master updated (4e132f3 -> c356c57)

This is an automated email from the ASF dual-hosted git repository.

anton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 4e132f3  Merge pull request #6604 from terrytangyuan/patch-2
     add 888d74c  [BEAM-4643] Allow to check early panes of a window
     add 1d4772c  [BEAM-4643] Rebase after autoformating turned on
     add d4bc381  Change plurality of method name to match existing.
     add 57bba90  Change plurality of method name to match existing.
     new c356c57  Merge pull request #5811 from lhauspie/master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/beam/sdk/testing/PAssert.java  | 33 +++++++++++++
 .../apache/beam/sdk/testing/TestStreamTest.java    | 57 ++++++++++++++++++++++
 2 files changed, 90 insertions(+)


[beam] 01/01: Merge pull request #5811 from lhauspie/master

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

anton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit c356c574312e2ee84de8e0abeaf66e77d29d521a
Merge: 4e132f3 57bba90
Author: Anton Kedin <33...@users.noreply.github.com>
AuthorDate: Tue Oct 9 18:46:30 2018 -0400

    Merge pull request #5811 from lhauspie/master
    
    [BEAM-4643] Allow to check early panes of a window

 .../java/org/apache/beam/sdk/testing/PAssert.java  | 33 +++++++++++++
 .../apache/beam/sdk/testing/TestStreamTest.java    | 57 ++++++++++++++++++++++
 2 files changed, 90 insertions(+)