You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mx...@apache.org on 2020/06/16 14:27:54 UTC

[beam] branch master updated (232c878 -> d5c3391)

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

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


    from 232c878  Merge pull request #11957 from robinyqiu/fixit
     add a85cc81  [BEAM-10260] Fix continuation token support with statecache
     add c30629e  [BEAM-10260] Remove is_cached parameter from CachingStateHandler
     new d5c3391  Merge pull request #12012: [BEAM-10260] Fix continuation token support in CachingStateHandler

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:
 .../runners/portability/flink_runner_test.py       |   4 -
 .../apache_beam/runners/worker/bundle_processor.py |  40 ++-----
 .../apache_beam/runners/worker/sdk_worker.py       |  94 ++++++++-------
 .../apache_beam/runners/worker/sdk_worker_test.py  | 133 ++++++++++++++++-----
 .../apache_beam/runners/worker/statecache.py       |  21 ----
 .../apache_beam/runners/worker/statecache_test.py  |  46 +------
 6 files changed, 171 insertions(+), 167 deletions(-)


[beam] 01/01: Merge pull request #12012: [BEAM-10260] Fix continuation token support in CachingStateHandler

Posted by mx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d5c3391119061581b13d8b647b5c1f423a39d4b2
Merge: 232c878 c30629e
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Tue Jun 16 16:27:25 2020 +0200

    Merge pull request #12012: [BEAM-10260] Fix continuation token support in CachingStateHandler

 .../runners/portability/flink_runner_test.py       |   4 -
 .../apache_beam/runners/worker/bundle_processor.py |  40 ++-----
 .../apache_beam/runners/worker/sdk_worker.py       |  94 ++++++++-------
 .../apache_beam/runners/worker/sdk_worker_test.py  | 133 ++++++++++++++++-----
 .../apache_beam/runners/worker/statecache.py       |  21 ----
 .../apache_beam/runners/worker/statecache_test.py  |  46 +------
 6 files changed, 171 insertions(+), 167 deletions(-)