You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2018/03/08 17:27:18 UTC

[beam] branch master updated (99de7ca -> cc57d93)

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

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


    from 99de7ca  Merge pull request #4718 from apilloud/nexmark-sql-models
     add e35dc23  [BEAM-1251] Fix basestring, file(), reduce(), and xrange() for Python 3
     new cc57d93  Merge pull request #4804 from cclauss/basestring-to-six.string_types

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/snippets/snippets_test.py |  2 +-
 sdks/python/apache_beam/io/filebasedsink.py                | 10 ++++++----
 sdks/python/apache_beam/io/filebasedsource.py              |  5 +++--
 sdks/python/apache_beam/io/filesystem.py                   |  3 ++-
 sdks/python/apache_beam/io/gcp/bigquery.py                 |  6 ++++--
 sdks/python/apache_beam/io/vcfio.py                        |  4 +++-
 sdks/python/apache_beam/pvalue.py                          |  4 +++-
 sdks/python/apache_beam/runners/common.py                  |  4 ++--
 sdks/python/apache_beam/testing/util.py                    |  9 +++++----
 sdks/python/apache_beam/transforms/core.py                 |  4 +++-
 sdks/python/apache_beam/transforms/util.py                 |  2 +-
 11 files changed, 33 insertions(+), 20 deletions(-)

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

[beam] 01/01: Merge pull request #4804 from cclauss/basestring-to-six.string_types

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

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

commit cc57d93336c2a9533d759bfdfbe5f7a1928e2e4d
Merge: 99de7ca e35dc23
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Thu Mar 8 09:27:14 2018 -0800

    Merge pull request #4804 from cclauss/basestring-to-six.string_types
    
    [BEAM-1251] Fix basestring, file(), reduce(), and xrange() for Python 3

 sdks/python/apache_beam/examples/snippets/snippets_test.py |  2 +-
 sdks/python/apache_beam/io/filebasedsink.py                | 10 ++++++----
 sdks/python/apache_beam/io/filebasedsource.py              |  5 +++--
 sdks/python/apache_beam/io/filesystem.py                   |  3 ++-
 sdks/python/apache_beam/io/gcp/bigquery.py                 |  6 ++++--
 sdks/python/apache_beam/io/vcfio.py                        |  4 +++-
 sdks/python/apache_beam/pvalue.py                          |  4 +++-
 sdks/python/apache_beam/runners/common.py                  |  4 ++--
 sdks/python/apache_beam/testing/util.py                    |  9 +++++----
 sdks/python/apache_beam/transforms/core.py                 |  4 +++-
 sdks/python/apache_beam/transforms/util.py                 |  2 +-
 11 files changed, 33 insertions(+), 20 deletions(-)

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