You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ud...@apache.org on 2020/01/29 22:57:34 UTC

[beam] branch master updated (f0439fa -> 688a4ea)

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

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


    from f0439fa  Merge pull request #10641: [BEAM-9161] Ensure non-volatile access of field variables by processing threads
     add 688a4ea  [BEAM-7847] enabled to generate SDK docs with Python3 (#10141)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/internal/gcp/json_value.py |  6 ++---
 sdks/python/apache_beam/io/avroio.py               |  2 +-
 sdks/python/apache_beam/io/aws/s3filesystem.py     | 14 +++++-----
 sdks/python/apache_beam/io/aws/s3io.py             |  4 +--
 sdks/python/apache_beam/io/filebasedsink.py        |  4 +--
 sdks/python/apache_beam/io/filebasedsource.py      |  6 ++---
 sdks/python/apache_beam/io/filesystem.py           | 22 ++++++++--------
 sdks/python/apache_beam/io/filesystems.py          | 14 +++++-----
 sdks/python/apache_beam/io/gcp/bigquery.py         |  6 ++---
 sdks/python/apache_beam/io/gcp/bigquery_tools.py   |  2 +-
 .../io/gcp/datastore/v1new/query_splitter.py       |  2 +-
 sdks/python/apache_beam/io/gcp/gcsfilesystem.py    | 14 +++++-----
 sdks/python/apache_beam/io/gcp/gcsio.py            |  4 +--
 sdks/python/apache_beam/io/iobase.py               |  2 +-
 sdks/python/apache_beam/io/localfilesystem.py      | 16 ++++++------
 sdks/python/apache_beam/io/parquetio.py            |  4 +--
 sdks/python/apache_beam/io/source_test_utils.py    |  6 ++---
 sdks/python/apache_beam/pipeline.py                |  8 +++---
 sdks/python/apache_beam/runners/runner.py          | 10 ++++----
 sdks/python/apache_beam/testing/test_pipeline.py   |  2 +-
 sdks/python/apache_beam/transforms/core.py         | 16 ++++++------
 sdks/python/apache_beam/transforms/display.py      |  8 +++---
 sdks/python/apache_beam/transforms/ptransform.py   |  6 ++---
 sdks/python/apache_beam/typehints/decorators.py    |  4 +--
 .../typehints/native_type_compatibility.py         |  4 +--
 sdks/python/apache_beam/typehints/typehints.py     |  6 ++---
 sdks/python/scripts/generate_pydoc.sh              | 30 +++++++++++++++++-----
 sdks/python/test-suites/tox/pycommon/build.gradle  |  2 +-
 sdks/python/tox.ini                                |  6 ++---
 29 files changed, 124 insertions(+), 106 deletions(-)