Closes #1791
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/5588db8d Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/5588db8d Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/5588db8d Branch: refs/heads/python-sdk Commit: 5588db8d1dc658b17b6da25f0ac8e7330297d4fd Parents: b9cb29c d863e68 Author: Robert Bradshaw <[email protected]> Authored: Thu Jan 19 13:25:58 2017 -0800 Committer: Robert Bradshaw <[email protected]> Committed: Thu Jan 19 13:25:58 2017 -0800 ---------------------------------------------------------------------- .../apache_beam/examples/complete/tfidf.py | 44 +- .../examples/complete/top_wikipedia_sessions.py | 16 +- .../cookbook/bigquery_side_input_test.py | 17 +- .../apache_beam/examples/cookbook/filters.py | 14 +- .../examples/cookbook/mergecontacts.py | 21 +- .../apache_beam/examples/snippets/snippets.py | 5 +- .../apache_beam/examples/streaming_wordcount.py | 14 +- sdks/python/apache_beam/io/bigquery.py | 5 +- sdks/python/apache_beam/io/fileio_test.py | 12 +- sdks/python/apache_beam/io/iobase.py | 24 +- sdks/python/apache_beam/io/textio_test.py | 6 +- sdks/python/apache_beam/runners/runner_test.py | 25 +- .../apache_beam/transforms/ptransform_test.py | 519 +++++++++---------- 13 files changed, 356 insertions(+), 366 deletions(-) ----------------------------------------------------------------------
