Closes #2552
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/7019aa70 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/7019aa70 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/7019aa70 Branch: refs/heads/master Commit: 7019aa70db62575ae275ae93155bb0903a1ff26e Parents: 4e0d5f5 2c34719 Author: Robert Bradshaw <[email protected]> Authored: Thu Apr 20 08:55:06 2017 -0700 Committer: Robert Bradshaw <[email protected]> Committed: Thu Apr 20 08:55:06 2017 -0700 ---------------------------------------------------------------------- sdks/python/apache_beam/coders/coders.py | 16 --------- .../apache_beam/coders/coders_test_common.py | 7 ++-- sdks/python/apache_beam/io/gcp/bigquery.py | 6 ++-- .../io/gcp/datastore/v1/datastoreio.py | 6 ++-- sdks/python/apache_beam/io/iobase.py | 2 +- sdks/python/apache_beam/pipeline.py | 4 +-- sdks/python/apache_beam/runners/runner.py | 34 -------------------- sdks/python/apache_beam/transforms/core.py | 23 +++++++------ .../python/apache_beam/transforms/ptransform.py | 2 +- .../apache_beam/transforms/ptransform_test.py | 4 +-- sdks/python/apache_beam/transforms/trigger.py | 10 +++--- .../apache_beam/transforms/trigger_test.py | 10 +++--- sdks/python/apache_beam/transforms/window.py | 18 ++++++++++- 13 files changed, 58 insertions(+), 84 deletions(-) ----------------------------------------------------------------------
