Repository: beam Updated Branches: refs/heads/master bc907c58b -> e32a0252f
Closes #2435 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/e32a0252 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/e32a0252 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/e32a0252 Branch: refs/heads/master Commit: e32a0252fca4ac7011b555d1aa14b1e098ac52a5 Parents: bc907c5 3eef246 Author: Robert Bradshaw <rober...@google.com> Authored: Wed Apr 5 10:46:29 2017 -0700 Committer: Robert Bradshaw <rober...@google.com> Committed: Wed Apr 5 10:46:29 2017 -0700 ---------------------------------------------------------------------- sdks/python/apache_beam/examples/wordcount.py | 32 ++-- .../apache_beam/internal/gcp/json_value.py | 6 - sdks/python/apache_beam/io/filebasedsource.py | 54 ++---- .../apache_beam/io/filebasedsource_test.py | 24 --- sdks/python/apache_beam/io/fileio.py | 56 ++----- sdks/python/apache_beam/io/fileio_test.py | 45 ++--- .../runners/dataflow/internal/apiclient.py | 1 - .../apache_beam/runners/direct/direct_runner.py | 9 - sdks/python/apache_beam/transforms/display.py | 1 - .../apache_beam/transforms/display_test.py | 36 ---- .../apache_beam/utils/pipeline_options.py | 92 +---------- .../apache_beam/utils/pipeline_options_test.py | 52 +----- sdks/python/apache_beam/utils/value_provider.py | 110 ------------- .../apache_beam/utils/value_provider_test.py | 165 ------------------- 14 files changed, 65 insertions(+), 618 deletions(-) ----------------------------------------------------------------------