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

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


    from 77683be  [BEAM-11439] Fix Snowflake streaming docs (#13528)
     new a679bab  [BEAM-9602] Add timer family support for python SDK
     new 8cf88c3  Merge pull request #13421 from [BEAM-9602] Add timer family 
support for python SDK

The 29923 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.pxd         |   1 +
 sdks/python/apache_beam/runners/common.py          |  28 ++-
 .../apache_beam/runners/direct/direct_userstate.py |  35 ++--
 .../runners/direct/transform_evaluator.py          |   8 +-
 sdks/python/apache_beam/runners/direct/util.py     |  18 +-
 .../runners/direct/watermark_manager.py            |  10 +-
 .../runners/portability/flink_runner_test.py       |   3 +
 .../portability/fn_api_runner/fn_runner_test.py    |  24 +++
 .../apache_beam/runners/worker/bundle_processor.py |  41 ++--
 .../apache_beam/runners/worker/operations.py       |   6 +-
 sdks/python/apache_beam/transforms/core.py         |   3 +-
 sdks/python/apache_beam/transforms/trigger.py      |  39 ++--
 sdks/python/apache_beam/transforms/trigger_test.py |  10 +-
 sdks/python/apache_beam/transforms/userstate.py    |  55 ++----
 .../apache_beam/transforms/userstate_test.py       | 216 ++++++++++++++++++++-
 15 files changed, 385 insertions(+), 112 deletions(-)

Reply via email to