Closes #2595
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/412b610e Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/412b610e Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/412b610e Branch: refs/heads/master Commit: 412b610edbde16e6f3ce1ae7b0178cb17854f954 Parents: 26c61f4 87a475e Author: Robert Bradshaw <[email protected]> Authored: Wed Apr 26 18:14:14 2017 -0700 Committer: Robert Bradshaw <[email protected]> Committed: Wed Apr 26 18:14:14 2017 -0700 ---------------------------------------------------------------------- sdks/python/apache_beam/pipeline.py | 18 ++-- sdks/python/apache_beam/transforms/core.py | 47 ++++++++-- .../python/apache_beam/transforms/ptransform.py | 40 +++++++++ sdks/python/apache_beam/transforms/window.py | 90 ++++--------------- sdks/python/apache_beam/utils/urns.py | 93 ++++++++++++++++++++ 5 files changed, 199 insertions(+), 89 deletions(-) ----------------------------------------------------------------------
