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/05 23:22:12 UTC

[2/2] beam git commit: This closes #2443

This closes #2443


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/3500d694
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/3500d694
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/3500d694

Branch: refs/heads/master
Commit: 3500d694a555356888a8618d7c7635286c1b5ea8
Parents: 4b69d24 28a0ea8
Author: Ahmet Altay <al...@google.com>
Authored: Wed Apr 5 16:21:55 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Wed Apr 5 16:21:55 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, 618 insertions(+), 65 deletions(-)
----------------------------------------------------------------------