You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by cc...@apache.org on 2018/07/30 23:23:06 UTC

[beam] branch master updated (01414c5 -> 531dd8b)

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

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


    from 01414c5  Add GitScm poll trigger for post-commit tests.
     add 20a9500  Make with_attributes kwarg optional.
     add 3b80159  Add decode and encode steps to streaming_wordcount
     add 5a9b7d9  Fix PubSubMessageMatcher not acking messages.
     new 531dd8b  Merge pull request #6085 from udim/beam-5039

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:
 sdks/python/apache_beam/examples/streaming_wordcount.py | 17 +++++++++++++----
 sdks/python/apache_beam/io/gcp/pubsub.py                |  6 +++---
 sdks/python/apache_beam/io/gcp/tests/pubsub_matcher.py  |  2 +-
 3 files changed, 17 insertions(+), 8 deletions(-)


[beam] 01/01: Merge pull request #6085 from udim/beam-5039

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

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

commit 531dd8bd4d3342717306bc3a3453d0d96664113c
Merge: 01414c5 5a9b7d9
Author: Charles Chen <ch...@users.noreply.github.com>
AuthorDate: Mon Jul 30 16:23:02 2018 -0700

    Merge pull request #6085 from udim/beam-5039
    
    [BEAM-5039] Fix streaming_wordcount_it_test

 sdks/python/apache_beam/examples/streaming_wordcount.py | 17 +++++++++++++----
 sdks/python/apache_beam/io/gcp/pubsub.py                |  6 +++---
 sdks/python/apache_beam/io/gcp/tests/pubsub_matcher.py  |  2 +-
 3 files changed, 17 insertions(+), 8 deletions(-)