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

[2/2] incubator-beam git commit: Closes #545

Closes #545


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

Branch: refs/heads/python-sdk
Commit: 887bef19d32603836c85c33c11ab994703da428e
Parents: cb1842c 57a4495
Author: Dan Halperin <dh...@google.com>
Authored: Tue Jun 28 18:23:23 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Tue Jun 28 18:23:23 2016 -0700

----------------------------------------------------------------------
 sdks/python/.pylintrc                           |  3 -
 sdks/python/apache_beam/__init__.py             |  3 +-
 sdks/python/apache_beam/coders/coder_impl.py    |  4 +-
 sdks/python/apache_beam/coders/coders.py        |  4 +-
 .../apache_beam/coders/fast_coders_test.py      |  2 +-
 .../apache_beam/coders/slow_coders_test.py      |  2 +-
 sdks/python/apache_beam/coders/stream_test.py   |  4 +-
 .../complete/juliaset/juliaset/juliaset.py      |  9 ++-
 .../examples/cookbook/bigquery_schema.py        |  2 +-
 .../apache_beam/examples/snippets/snippets.py   | 19 ++++---
 .../examples/snippets/snippets_test.py          | 58 +++++++++++++-------
 sdks/python/apache_beam/internal/apiclient.py   |  5 +-
 .../apache_beam/internal/json_value_test.py     |  1 +
 sdks/python/apache_beam/internal/pickler.py     |  2 +-
 sdks/python/apache_beam/internal/util.py        |  1 +
 sdks/python/apache_beam/io/avroio.py            |  3 +-
 sdks/python/apache_beam/io/bigquery.py          |  8 +--
 sdks/python/apache_beam/io/bigquery_test.py     |  6 +-
 sdks/python/apache_beam/io/fileio.py            | 16 +++---
 sdks/python/apache_beam/io/gcsio.py             |  7 ++-
 sdks/python/apache_beam/io/gcsio_test.py        |  5 +-
 sdks/python/apache_beam/pvalue.py               |  8 +--
 sdks/python/apache_beam/runners/common.py       |  6 ++
 .../apache_beam/runners/dataflow_runner.py      |  5 +-
 .../python/apache_beam/runners/direct_runner.py |  2 +-
 sdks/python/apache_beam/runners/runner.py       |  6 +-
 .../python/apache_beam/transforms/aggregator.py |  2 +-
 sdks/python/apache_beam/transforms/combiners.py | 10 ++--
 .../apache_beam/transforms/combiners_test.py    |  4 ++
 sdks/python/apache_beam/transforms/core.py      | 21 +++----
 .../apache_beam/transforms/cy_combiners.py      | 53 ++++++++++++++++++
 .../python/apache_beam/transforms/ptransform.py | 13 +++--
 .../apache_beam/transforms/ptransform_test.py   | 10 ++++
 .../python/apache_beam/transforms/sideinputs.py |  9 ++-
 sdks/python/apache_beam/transforms/trigger.py   |  1 +
 .../apache_beam/transforms/trigger_test.py      |  5 +-
 sdks/python/apache_beam/transforms/util.py      |  1 +
 .../apache_beam/transforms/window_test.py       |  1 +
 .../apache_beam/typehints/typehints_test.py     |  3 +
 .../python/apache_beam/utils/dependency_test.py |  1 +
 sdks/python/apache_beam/utils/retry_test.py     |  4 +-
 sdks/python/run_pylint.sh                       |  7 ++-
 sdks/python/tox.ini                             | 12 +++-
 43 files changed, 234 insertions(+), 114 deletions(-)
----------------------------------------------------------------------