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

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


    from 11bc21d  Change reading sideinput experimental flag into new pattern.
     add 02a528e  [BEAM-3516] Spanner BatchFn does not respect mutation limits
     add 9bed2e5  Addressed code review comments
     add 246679f  Making checkstyle happy
     new f0c5999  Merge pull request #5297: [BEAM-3516] Spanner BatchFn does 
not respect mutation limits

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:
 .../sdk/io/gcp/spanner/MutationCellCounter.java    |  57 +++++++++++
 .../beam/sdk/io/gcp/spanner/MutationUtils.java}    |  27 +++--
 .../beam/sdk/io/gcp/spanner/ReadSpannerSchema.java |  30 ++++--
 .../apache/beam/sdk/io/gcp/spanner/SpannerIO.java  |  68 +++++++++----
 .../beam/sdk/io/gcp/spanner/SpannerSchema.java     | 112 ++++++++++++---------
 .../sdk/io/gcp/spanner/ReadSpannerSchemaTest.java  |   7 +-
 .../sdk/io/gcp/spanner/SpannerIOWriteTest.java     |  48 +++++++--
 7 files changed, 251 insertions(+), 98 deletions(-)
 create mode 100644 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/MutationCellCounter.java
 copy 
sdks/java/io/google-cloud-platform/src/{test/java/org/apache/beam/sdk/io/gcp/spanner/RandomUtils.java
 => main/java/org/apache/beam/sdk/io/gcp/spanner/MutationUtils.java} (63%)

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to