You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2016/11/15 19:07:24 UTC

[3/3] incubator-beam git commit: Closes #1264

Closes #1264


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

Branch: refs/heads/python-sdk
Commit: d1fccbf5eb5064a2a1a6831bb523f8cdf705c8d8
Parents: 384fb5d 8bf2526
Author: Robert Bradshaw <ro...@google.com>
Authored: Tue Nov 15 11:06:50 2016 -0800
Committer: Robert Bradshaw <ro...@google.com>
Committed: Tue Nov 15 11:06:50 2016 -0800

----------------------------------------------------------------------
 sdks/python/apache_beam/internal/apiclient.py   | 18 +++--
 .../apache_beam/internal/json_value_test.py     |  8 +-
 sdks/python/apache_beam/io/avroio.py            | 20 ++++-
 sdks/python/apache_beam/io/avroio_test.py       | 78 ++++++++++++++++++++
 sdks/python/apache_beam/io/fileio.py            | 20 ++++-
 sdks/python/apache_beam/io/fileio_test.py       | 40 ++++++++--
 sdks/python/apache_beam/io/iobase.py            |  5 +-
 sdks/python/apache_beam/io/textio.py            | 26 +++++--
 sdks/python/apache_beam/io/textio_test.py       | 28 +++++++
 sdks/python/apache_beam/pipeline_test.py        | 12 +--
 sdks/python/apache_beam/transforms/combiners.py | 14 ++++
 .../apache_beam/transforms/combiners_test.py    | 63 ++++++++++++++++
 sdks/python/apache_beam/transforms/core.py      | 16 +++-
 .../python/apache_beam/transforms/ptransform.py |  9 +++
 sdks/python/apache_beam/utils/options.py        | 17 ++++-
 .../apache_beam/utils/pipeline_options_test.py  | 46 ++++++++++--
 sdks/python/setup.py                            |  3 +
 17 files changed, 376 insertions(+), 47 deletions(-)
----------------------------------------------------------------------