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/10/10 11:47:54 UTC

[beam] branch master updated (a432a4f -> b436c31)

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 a432a4f  Merge pull request #6122: [BEAM-5062] Add ability to provide custom S3ClientOptions
     add d7b866e  Special case zero and one element Creates.
     add 822cff0  Guard against legacy runners.
     new b436c31  Merge pull request #6582 [BEAM-5702] Special case zero and one element Creates.

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:
 .../runners/dataflow/ptransform_overrides.py       |  2 +-
 sdks/python/apache_beam/transforms/core.py         | 41 +++++++++++++++-------
 sdks/python/apache_beam/transforms/create_test.py  |  2 ++
 3 files changed, 32 insertions(+), 13 deletions(-)


[beam] 01/01: Merge pull request #6582 [BEAM-5702] Special case zero and one element Creates.

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 b436c3185aa3103377cdbe669480433f4f9e217d
Merge: a432a4f 822cff0
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Wed Oct 10 13:47:46 2018 +0200

    Merge pull request #6582 [BEAM-5702] Special case zero and one element Creates.
    
    [BEAM-5702] Special case zero and one element Creates.

 .../runners/dataflow/ptransform_overrides.py       |  2 +-
 sdks/python/apache_beam/transforms/core.py         | 41 +++++++++++++++-------
 sdks/python/apache_beam/transforms/create_test.py  |  2 ++
 3 files changed, 32 insertions(+), 13 deletions(-)