You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ch...@apache.org on 2019/06/18 21:07:50 UTC

[beam] branch master updated (a6c9c92 -> acb1f56)

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

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


    from a6c9c92  Use StateTags.ID_EQUIVALENCE when using comparing StateTags in WindmillStateCache
     add e7e13f9  [BEAM-5148] Add MongoDB IO to python sdk
     new acb1f56  Merge pull request #8826: [BEAM-5148] Implement MongoDB IO for Python SDK

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:
 ownership/PYTHON_DEPENDENCY_OWNERS.yaml      |   3 +
 sdks/python/apache_beam/io/__init__.py       |   2 +-
 sdks/python/apache_beam/io/mongodbio.py      | 364 +++++++++++++++++++++++++++
 sdks/python/apache_beam/io/mongodbio_test.py | 215 ++++++++++++++++
 sdks/python/setup.py                         |   1 +
 5 files changed, 584 insertions(+), 1 deletion(-)
 create mode 100644 sdks/python/apache_beam/io/mongodbio.py
 create mode 100644 sdks/python/apache_beam/io/mongodbio_test.py


[beam] 01/01: Merge pull request #8826: [BEAM-5148] Implement MongoDB IO for Python SDK

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

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

commit acb1f561cc0803367010dc025d13a41b50611f7d
Merge: a6c9c92 e7e13f9
Author: Chamikara Jayalath <ch...@apache.org>
AuthorDate: Tue Jun 18 14:07:23 2019 -0700

    Merge pull request #8826: [BEAM-5148] Implement MongoDB IO for Python SDK

 ownership/PYTHON_DEPENDENCY_OWNERS.yaml      |   3 +
 sdks/python/apache_beam/io/__init__.py       |   2 +-
 sdks/python/apache_beam/io/mongodbio.py      | 364 +++++++++++++++++++++++++++
 sdks/python/apache_beam/io/mongodbio_test.py | 215 ++++++++++++++++
 sdks/python/setup.py                         |   1 +
 5 files changed, 584 insertions(+), 1 deletion(-)