You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2018/04/20 00:57:53 UTC

[beam] branch master updated (297448f -> e30e0c8)

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

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


    from 297448f  Merge pull request #5158: [BEAM-4062] Fix performance regression in FileBasedSink
     add f7468b0  [BEAM-3812] Avoid pickling composite transforms.
     add d04eca0  Fix PTransformOverloads that were relying on pickling.
     new e30e0c8  Merge pull request #5174 [BEAM-3812] Avoid pickling composite transforms.

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           | 10 +++++++
 sdks/python/apache_beam/pipeline.py                | 11 +++++--
 sdks/python/apache_beam/pipeline_test.py           | 33 ++------------------
 sdks/python/apache_beam/portability/python_urns.py |  4 ++-
 sdks/python/apache_beam/transforms/core.py         |  5 ++++
 sdks/python/apache_beam/transforms/ptransform.py   | 35 ++++++++++++++--------
 sdks/python/apache_beam/utils/urns.py              |  4 ++-
 7 files changed, 56 insertions(+), 46 deletions(-)

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

[beam] 01/01: Merge pull request #5174 [BEAM-3812] Avoid pickling composite transforms.

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

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

commit e30e0c807321934e862358e1e3be32dc74374aeb
Merge: 297448f d04eca0
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Thu Apr 19 17:57:43 2018 -0700

    Merge pull request #5174 [BEAM-3812] Avoid pickling composite transforms.

 sdks/python/apache_beam/io/gcp/pubsub.py           | 10 +++++++
 sdks/python/apache_beam/pipeline.py                | 11 +++++--
 sdks/python/apache_beam/pipeline_test.py           | 33 ++------------------
 sdks/python/apache_beam/portability/python_urns.py |  4 ++-
 sdks/python/apache_beam/transforms/core.py         |  5 ++++
 sdks/python/apache_beam/transforms/ptransform.py   | 35 ++++++++++++++--------
 sdks/python/apache_beam/utils/urns.py              |  4 ++-
 7 files changed, 56 insertions(+), 46 deletions(-)

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