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 2017/04/24 21:52:51 UTC

[7/7] beam git commit: Closes #2632

Closes #2632


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

Branch: refs/heads/master
Commit: d7e7af8eb8aac09e189d4dfb6f103783d0c7ca05
Parents: 0191e04 488f3c6
Author: Robert Bradshaw <ro...@gmail.com>
Authored: Mon Apr 24 14:52:29 2017 -0700
Committer: Robert Bradshaw <ro...@gmail.com>
Committed: Mon Apr 24 14:52:29 2017 -0700

----------------------------------------------------------------------
 pom.xml                                         |    3 +
 sdks/python/apache_beam/pipeline.py             |    5 +-
 sdks/python/apache_beam/runners/api/__init__.py |   14 +
 .../apache_beam/runners/api/beam_fn_api_pb2.py  | 2740 ++++++++++++++++++
 .../runners/api/beam_fn_api_pb2_grpc.py         |  203 ++
 .../runners/api/beam_runner_api_pb2.py          |  298 +-
 sdks/python/run_pylint.sh                       |    5 +-
 sdks/python/setup.py                            |    1 +
 8 files changed, 3166 insertions(+), 103 deletions(-)
----------------------------------------------------------------------