You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ch...@apache.org on 2018/03/03 02:13:09 UTC

[beam] branch master updated (15018c9 -> 2fd60a2)

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

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


    from 15018c9  Merge pull request #4787
     add 91b05c3  Add support for Pub/Sub messages with attributes.
     new 2fd60a2  Merge pull request #4744: [BEAM-3744] Add support for Pub/Sub messages with attributes

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/io/gcp/pubsub.py           | 180 +++++++++++++++++++--
 sdks/python/apache_beam/io/gcp/pubsub_test.py      | 179 ++++++++++++++++++--
 .../runners/dataflow/dataflow_runner.py            |   4 +
 .../apache_beam/runners/dataflow/internal/names.py |   1 +
 .../apache_beam/runners/direct/direct_runner.py    |  12 +-
 sdks/python/apache_beam/runners/direct/executor.py |   3 +
 .../runners/direct/transform_evaluator.py          |  28 +++-
 sdks/python/setup.py                               |   1 +
 8 files changed, 365 insertions(+), 43 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
chamikara@apache.org.

[beam] 01/01: Merge pull request #4744: [BEAM-3744] Add support for Pub/Sub messages with attributes

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

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

commit 2fd60a2724b7ad470ffaea2ab23608d4bb5f19f0
Merge: 15018c9 91b05c3
Author: Chamikara Jayalath <ch...@google.com>
AuthorDate: Fri Mar 2 18:13:06 2018 -0800

    Merge pull request #4744: [BEAM-3744] Add support for Pub/Sub messages with attributes

 sdks/python/apache_beam/io/gcp/pubsub.py           | 180 +++++++++++++++++++--
 sdks/python/apache_beam/io/gcp/pubsub_test.py      | 179 ++++++++++++++++++--
 .../runners/dataflow/dataflow_runner.py            |   4 +
 .../apache_beam/runners/dataflow/internal/names.py |   1 +
 .../apache_beam/runners/direct/direct_runner.py    |  12 +-
 sdks/python/apache_beam/runners/direct/executor.py |   3 +
 .../runners/direct/transform_evaluator.py          |  28 +++-
 sdks/python/setup.py                               |   1 +
 8 files changed, 365 insertions(+), 43 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
chamikara@apache.org.