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 2020/01/17 20:55:24 UTC

[beam] branch master updated (e6a8cbd -> 5b6a0ea)

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 e6a8cbd  Merge pull request #10629: [BEAM-9130] Migrate HDFS IT to use tox env.
     add 5b6a0ea  [BEAM-7246] Add Google Spanner IO Read on Python SDK (#9606)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/internal/gcp/auth.py       |   3 +-
 .../models => io/gcp/experimental}/__init__.py     |   0
 .../apache_beam/io/gcp/experimental/spannerio.py   | 583 +++++++++++++++++++++
 .../io/gcp/experimental/spannerio_test.py          | 338 ++++++++++++
 sdks/python/setup.py                               |   2 +
 5 files changed, 925 insertions(+), 1 deletion(-)
 copy sdks/python/apache_beam/{testing/benchmarks/nexmark/models => io/gcp/experimental}/__init__.py (100%)
 create mode 100644 sdks/python/apache_beam/io/gcp/experimental/spannerio.py
 create mode 100644 sdks/python/apache_beam/io/gcp/experimental/spannerio_test.py