This closes #3405
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/d1d78121 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/d1d78121 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/d1d78121 Branch: refs/heads/master Commit: d1d78121b64b6d30dfddd023eb1145d6983d96d8 Parents: 50acc6c 56041b7 Author: Ahmet Altay <[email protected]> Authored: Wed Jun 21 09:23:17 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Wed Jun 21 09:23:17 2017 -0700 ---------------------------------------------------------------------- .../runners/direct/evaluation_context.py | 3 +- .../apache_beam/runners/direct/executor.py | 37 ++++++++----- .../runners/direct/transform_evaluator.py | 48 +++++++++++++--- .../runners/direct/transform_result.py | 40 -------------- sdks/python/apache_beam/runners/direct/util.py | 58 ++++++++++++++++++++ .../runners/direct/watermark_manager.py | 56 +++++++++++-------- sdks/python/apache_beam/transforms/trigger.py | 10 +++- 7 files changed, 163 insertions(+), 89 deletions(-) ----------------------------------------------------------------------
