You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jb...@apache.org on 2018/11/28 13:44:34 UTC

[beam] branch master updated (06d4a56 -> 62b63fc)

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

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


    from 06d4a56  Merge pull request #7130 from Optimize Python coders.
     add 400c174  BEAM-6134: MongoDbIO add support for projection
     new 62b63fc  Merge pull request #7148 from chaimt/BEAM-6134

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:
 .../org/apache/beam/sdk/io/mongodb/MongoDbIO.java  | 29 +++++++++-
 .../apache/beam/sdk/io/mongodb/MongoDbIOTest.java  | 63 ++++++++++++++++++++++
 2 files changed, 90 insertions(+), 2 deletions(-)


[beam] 01/01: Merge pull request #7148 from chaimt/BEAM-6134

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

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

commit 62b63fc557cb7a98eda34f1e358112e959838445
Merge: 06d4a56 400c174
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Nov 28 14:44:27 2018 +0100

    Merge pull request #7148 from chaimt/BEAM-6134
    
    [BEAM-6134] MongoDbIO add support for projection

 .../org/apache/beam/sdk/io/mongodb/MongoDbIO.java  | 29 +++++++++-
 .../apache/beam/sdk/io/mongodb/MongoDbIOTest.java  | 63 ++++++++++++++++++++++
 2 files changed, 90 insertions(+), 2 deletions(-)