This is an automated email from the ASF dual-hosted git repository.

robertwb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from d07a622  Merge pull request #6376 [BEAM-3884] Impulse primitive in 
FnApiRunner.
     add 508cf76  [BEAM-4594] Implement state over the FnAPI.
     add 859e5ae  [BEAM-4655] Export state and timers in DoFn translation.
     new dad0159  Merge pull request #6349 [BEAM-2687] Implement State over the 
Fn API

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sdks/python/apache_beam/runners/common.py          |   4 +
 .../apache_beam/runners/direct/direct_runner.py    |   4 +-
 .../runners/portability/fn_api_runner.py           |  13 +-
 .../runners/portability/fn_api_runner_test.py      |  24 ++++
 .../apache_beam/runners/worker/bundle_processor.py | 135 ++++++++++++++++++---
 .../apache_beam/runners/worker/operations.pxd      |   1 +
 .../apache_beam/runners/worker/operations.py       |   5 +-
 sdks/python/apache_beam/transforms/core.py         |  13 +-
 sdks/python/apache_beam/transforms/timeutil.py     |  13 ++
 sdks/python/apache_beam/transforms/userstate.py    |  22 +++-
 .../apache_beam/transforms/userstate_test.py       |   2 +-
 11 files changed, 206 insertions(+), 30 deletions(-)

Reply via email to