You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2017/04/12 18:51:23 UTC

[3/3] beam git commit: This closes #2515

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/master
Commit: a405a2c46c92875e6a10e1d990cf4507a6ea7650
Parents: b7ddab2 0f5c363
Author: Ahmet Altay <al...@google.com>
Authored: Wed Apr 12 11:51:09 2017 -0700
Committer: Ahmet Altay <al...@google.com>
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(-)
----------------------------------------------------------------------