You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2017/01/30 23:03:11 UTC

[04/50] [abbrv] beam git commit: Closes #1805

Closes #1805


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

Branch: refs/heads/master
Commit: d0474ab5bf01339fd95b0ec6c1db4b226f868d61
Parents: 946135f 9e272ec
Author: Robert Bradshaw <ro...@gmail.com>
Authored: Sat Jan 21 20:37:08 2017 -0800
Committer: Robert Bradshaw <ro...@gmail.com>
Committed: Sat Jan 21 20:37:08 2017 -0800

----------------------------------------------------------------------
 sdks/python/apache_beam/pipeline_test.py        | 100 ++++++++-
 sdks/python/apache_beam/runners/common.pxd      |   4 +
 sdks/python/apache_beam/runners/common.py       | 221 +++++++++++++------
 .../runners/direct/transform_evaluator.py       |  15 +-
 sdks/python/apache_beam/transforms/core.py      | 113 +++++++++-
 sdks/python/apache_beam/typehints/decorators.py |   2 +-
 sdks/python/apache_beam/typehints/typecheck.py  | 145 ++++++++++++
 7 files changed, 531 insertions(+), 69 deletions(-)
----------------------------------------------------------------------