This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git
commit d07a6225ce3aea8d3798137be21291f9a89b327a Merge: 7b4156b 7689f12 Author: Robert Bradshaw <[email protected]> AuthorDate: Thu Sep 20 09:41:31 2018 +0200 Merge pull request #6376 [BEAM-3884] Impulse primitive in FnApiRunner. [BEAM-3884] Implement Impulse primitive in FnApiRunner. sdks/python/apache_beam/portability/python_urns.py | 2 + .../runners/portability/fn_api_runner.py | 116 +++++++++++++++++---- .../runners/portability/fn_api_runner_test.py | 2 +- .../apache_beam/runners/worker/bundle_processor.py | 13 +++ .../apache_beam/runners/worker/operations.pxd | 6 ++ .../apache_beam/runners/worker/operations.py | 23 ++++ 6 files changed, 139 insertions(+), 23 deletions(-)
