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/15 12:45:40 UTC

[beam] branch master updated (fe1c054 -> c328d2a)

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 fe1c054  [BEAM-9679] Add Partition task to Core Transform katas (#11979)
     add c8eb5ac  [BEAM-10249] Populate state cache with initial values before appending
     new c328d2a  Merge pull request #11997: [BEAM-10249] Populate state cache with initial values before appending

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       | 16 +++----
 .../apache_beam/runners/worker/sdk_worker.py       |  4 ++
 .../apache_beam/runners/worker/sdk_worker_test.py  | 56 ++++++++++++++++++++++
 3 files changed, 68 insertions(+), 8 deletions(-)


[beam] 01/01: Merge pull request #11997: [BEAM-10249] Populate state cache with initial values before appending

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 c328d2ac0f805cdfd9de8ffa513c611051549f65
Merge: fe1c054 c8eb5ac
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Mon Jun 15 14:45:11 2020 +0200

    Merge pull request #11997: [BEAM-10249] Populate state cache with initial values before appending

 .../runners/portability/flink_runner_test.py       | 16 +++----
 .../apache_beam/runners/worker/sdk_worker.py       |  4 ++
 .../apache_beam/runners/worker/sdk_worker_test.py  | 56 ++++++++++++++++++++++
 3 files changed, 68 insertions(+), 8 deletions(-)