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 01:40:55 UTC

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

This closes #2383


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

Branch: refs/heads/master
Commit: 6df661b0eb79acfae40898bdbaabc89ec66550ed
Parents: fcf3b56 1e2168a
Author: Ahmet Altay <al...@google.com>
Authored: Tue Apr 4 18:19:56 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Tue Apr 4 18:19:56 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(-)
----------------------------------------------------------------------