You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jk...@apache.org on 2018/05/08 22:00:02 UTC

[beam] branch master updated (4a9b826 -> e7a3578)

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 4a9b826  Merge pull request #5305: Enable githubCommitNotifier for post commits
     add f914fa7  Introduced SpannerWriteResult that
     add 553af41  Addressed comments
     add ee288f2  Happy checkstyle
     new e7a3578  Merge pull request #4264: [BEAM-4061] Introduced SpannerWriteResult

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:
 .../apache/beam/sdk/io/gcp/spanner/SpannerIO.java  | 134 +++++++++++++--------
 .../SpannerWriteResult.java}                       |  51 ++++----
 .../sdk/io/gcp/spanner/SpannerIOWriteTest.java     |  44 +++++++
 .../beam/sdk/io/gcp/spanner/SpannerWriteIT.java    | 125 ++++++++++++++++---
 4 files changed, 260 insertions(+), 94 deletions(-)
 copy sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/{bigquery/WriteResult.java => spanner/SpannerWriteResult.java} (56%)

-- 
To stop receiving notification emails like this one, please contact
jkff@apache.org.

[beam] 01/01: Merge pull request #4264: [BEAM-4061] Introduced SpannerWriteResult

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

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

commit e7a3578abb919021be95c9c7148fd2d4fc6331fd
Merge: 4a9b826 ee288f2
Author: Eugene Kirpichov <ek...@gmail.com>
AuthorDate: Tue May 8 14:59:55 2018 -0700

    Merge pull request #4264: [BEAM-4061] Introduced SpannerWriteResult
    
    [BEAM-4061] Introduced SpannerWriteResult

 .../apache/beam/sdk/io/gcp/spanner/SpannerIO.java  | 134 +++++++++++++--------
 .../sdk/io/gcp/spanner/SpannerWriteResult.java     |  72 +++++++++++
 .../sdk/io/gcp/spanner/SpannerIOWriteTest.java     |  44 +++++++
 .../beam/sdk/io/gcp/spanner/SpannerWriteIT.java    | 125 ++++++++++++++++---
 4 files changed, 305 insertions(+), 70 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
jkff@apache.org.