Repository: beam Updated Branches: refs/heads/master 539e229fe -> 24fb4cda6
Closes #3214 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/24fb4cda Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/24fb4cda Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/24fb4cda Branch: refs/heads/master Commit: 24fb4cda6bec985ba1fb4893584b134b140b108b Parents: 539e229 c2e85da Author: Robert Bradshaw <[email protected]> Authored: Wed May 24 15:01:39 2017 -0700 Committer: Robert Bradshaw <[email protected]> Committed: Wed May 24 15:01:39 2017 -0700 ---------------------------------------------------------------------- .gitignore | 1 + pom.xml | 2 +- sdks/python/MANIFEST.in | 1 + sdks/python/apache_beam/runners/api/__init__.py | 13 +- .../apache_beam/runners/api/beam_fn_api_pb2.py | 2742 ----------------- .../runners/api/beam_fn_api_pb2_grpc.py | 205 -- .../runners/api/beam_runner_api_pb2.py | 2872 ------------------ sdks/python/gen_protos.py | 116 + sdks/python/run_pylint.sh | 1 + sdks/python/setup.py | 38 +- sdks/python/tox.ini | 3 + 11 files changed, 157 insertions(+), 5837 deletions(-) ----------------------------------------------------------------------
