This closes #2990
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/9d476c5a Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/9d476c5a Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/9d476c5a Branch: refs/heads/release-2.0.0 Commit: 9d476c5a80e30399a9449d6d7479359aa1eb9dfd Parents: 9010314 b885909 Author: Ahmet Altay <[email protected]> Authored: Tue May 9 13:12:34 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Tue May 9 13:12:34 2017 -0700 ---------------------------------------------------------------------- .../examples/snippets/snippets_test.py | 10 +++- sdks/python/apache_beam/io/iobase.py | 4 +- sdks/python/apache_beam/runners/common.py | 38 +++++-------- sdks/python/apache_beam/runners/common_test.py | 58 ++++++++++++++++++++ sdks/python/apache_beam/transforms/core.py | 9 ++- .../apache_beam/transforms/ptransform_test.py | 9 +-- 6 files changed, 96 insertions(+), 32 deletions(-) ----------------------------------------------------------------------
