You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2019/01/27 22:04:58 UTC

[beam] branch master updated (b861827 -> f85817a)

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

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


    from b861827  Merge pull request #7602: [BEAM-6424] Avoid NPE when getWatermark() is called whereas the oldest timestamp is not yet set
     new bfeeb31  [BEAM-6463] Provide way to easily add windows in load tests
     new 838222f  [BEAM-6463] Apply windowing in GroupByKeyLoadTest
     new 56f8a40  [BEAM-6463] Apply windowing in CoGroupByKeyLoadTest
     new 9e37803  [BEAM-6463] Apply windowing in CombineLoadTest
     new f85817a  Merge pull request #7561: [BEAM-6463] windowing load tests

The 19715 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:
 .../apache/beam/sdk/loadtests/CoGroupByKeyLoadTest.java  |  9 +++++++++
 .../org/apache/beam/sdk/loadtests/CombineLoadTest.java   |  2 ++
 .../apache/beam/sdk/loadtests/GroupByKeyLoadTest.java    |  9 +++++----
 .../java/org/apache/beam/sdk/loadtests/LoadTest.java     | 16 ++++++++++++++++
 .../org/apache/beam/sdk/loadtests/LoadTestOptions.java   |  7 +++++++
 5 files changed, 39 insertions(+), 4 deletions(-)