This closes #2515
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/a405a2c4 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/a405a2c4 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/a405a2c4 Branch: refs/heads/DSL_SQL Commit: a405a2c46c92875e6a10e1d990cf4507a6ea7650 Parents: b7ddab2 0f5c363 Author: Ahmet Altay <[email protected]> Authored: Wed Apr 12 11:51:09 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Wed Apr 12 11:51:09 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/dataflow_runner.py | 6 - .../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 | 120 -------------- .../apache_beam/utils/value_provider_test.py | 165 ------------------- 15 files changed, 65 insertions(+), 634 deletions(-) ----------------------------------------------------------------------
