Repository: beam Updated Branches: refs/heads/master 22d84c92c -> 6f9d2a764
This closes #2562 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/6f9d2a76 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/6f9d2a76 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/6f9d2a76 Branch: refs/heads/master Commit: 6f9d2a7640a012575e5ad63bbdcd80792185c412 Parents: 22d84c9 3418863 Author: Thomas Groh <[email protected]> Authored: Tue Apr 18 13:22:25 2017 -0700 Committer: Thomas Groh <[email protected]> Committed: Tue Apr 18 13:22:25 2017 -0700 ---------------------------------------------------------------------- .../examples/cookbook/multiple_output_pardo.py | 47 ++++++++++---------- .../examples/snippets/snippets_test.py | 30 ++++++------- sdks/python/apache_beam/pvalue.py | 10 ++--- sdks/python/apache_beam/runners/common.pxd | 2 +- sdks/python/apache_beam/runners/common.py | 6 +-- .../runners/dataflow/dataflow_runner.py | 8 ++-- .../consumer_tracking_pipeline_visitor_test.py | 2 +- .../runners/direct/transform_evaluator.py | 12 ++--- sdks/python/apache_beam/runners/runner.py | 4 +- sdks/python/apache_beam/transforms/core.py | 8 ++-- .../apache_beam/transforms/ptransform_test.py | 18 ++++---- sdks/python/apache_beam/typehints/typecheck.py | 4 +- 12 files changed, 76 insertions(+), 75 deletions(-) ----------------------------------------------------------------------
