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 2017/08/12 00:02:51 UTC

[3/3] beam git commit: This closes #3613

This closes #3613


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/84a23793
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/84a23793
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/84a23793

Branch: refs/heads/master
Commit: 84a23793c5009afcaf40b068757d079fccbc6a76
Parents: d035a34 e1baf55
Author: Ahmet Altay <al...@google.com>
Authored: Fri Aug 11 17:02:38 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Fri Aug 11 17:02:38 2017 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/__init__.py             |  47 ++--
 .../apache_beam/internal/gcp/json_value.py      |  45 ++--
 sdks/python/apache_beam/io/avroio.py            |  79 ++++--
 sdks/python/apache_beam/io/filebasedsink.py     |  18 +-
 sdks/python/apache_beam/io/filebasedsource.py   |  67 +++--
 sdks/python/apache_beam/io/filesystem.py        |  27 +-
 sdks/python/apache_beam/io/gcp/bigquery.py      | 257 +++++++++++--------
 sdks/python/apache_beam/io/gcp/gcsio.py         |  12 +-
 sdks/python/apache_beam/io/range_trackers.py    |  12 +-
 sdks/python/apache_beam/io/source_test_utils.py |  88 ++++---
 sdks/python/apache_beam/io/textio.py            | 121 +++++----
 sdks/python/apache_beam/pipeline.py             |  89 ++++---
 sdks/python/apache_beam/runners/runner.py       |  31 ++-
 .../python/apache_beam/testing/test_pipeline.py |  48 ++--
 sdks/python/apache_beam/transforms/core.py      | 165 +++++++-----
 sdks/python/apache_beam/transforms/display.py   |  87 ++++---
 .../python/apache_beam/transforms/ptransform.py |  61 +++--
 sdks/python/apache_beam/typehints/decorators.py | 104 +++++---
 .../typehints/native_type_compatibility.py      |   7 +-
 sdks/python/apache_beam/typehints/typehints.py  |  38 +--
 sdks/python/generate_pydoc.sh                   | 134 ++++++++--
 sdks/python/tox.ini                             |   1 +
 22 files changed, 953 insertions(+), 585 deletions(-)
----------------------------------------------------------------------