You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ud...@apache.org on 2019/12/16 17:44:51 UTC

[beam] branch release-2.18.0 updated (759c078 -> 712ccb0)

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

udim pushed a change to branch release-2.18.0
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 759c078  Merge pull request #10330: [BEAM-8882] Cherry pick #10283 and #10292
     add c48f170  Add limit on number of mutated rows to batching/sorting stages.
     new 712ccb0  Merge pull request #10380: [BEAM-8825] Add limit on number of mutated rows to batching/sorting stages.

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:
 .../beam/sdk/io/gcp/spanner/MutationGroup.java     |   4 +
 .../apache/beam/sdk/io/gcp/spanner/SpannerIO.java  |  77 +++++++++++---
 .../sdk/io/gcp/spanner/SpannerIOWriteTest.java     | 111 +++++++++++++++++++--
 3 files changed, 170 insertions(+), 22 deletions(-)


[beam] 01/01: Merge pull request #10380: [BEAM-8825] Add limit on number of mutated rows to batching/sorting stages.

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

udim pushed a commit to branch release-2.18.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 712ccb0094aee64df6b07a6652db55324fa52319
Merge: 759c078 c48f170
Author: Udi Meiri <ud...@users.noreply.github.com>
AuthorDate: Mon Dec 16 09:44:40 2019 -0800

    Merge pull request #10380: [BEAM-8825] Add limit on number of mutated rows to batching/sorting stages.

 .../beam/sdk/io/gcp/spanner/MutationGroup.java     |   4 +
 .../apache/beam/sdk/io/gcp/spanner/SpannerIO.java  |  77 +++++++++++---
 .../sdk/io/gcp/spanner/SpannerIOWriteTest.java     | 111 +++++++++++++++++++--
 3 files changed, 170 insertions(+), 22 deletions(-)