You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2020/05/14 21:44:46 UTC

[beam] branch master updated (0e9ecb7 -> aba1db8)

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

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


    from 0e9ecb7  Clarifies an error message in Katas to explain what is actually wrong. (#11705)
     add aba1db8  Merge pull request #11210 from [BEAM-8949] SpannerIO integration tests

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   1 +
 .../io/gcp/experimental/spannerio_read_it_test.py  | 138 +++++++++++++++
 .../io/gcp/experimental/spannerio_write_it_test.py | 195 +++++++++++++++++++++
 sdks/python/test-suites/direct/common.gradle       |   2 +
 4 files changed, 336 insertions(+)
 create mode 100644 sdks/python/apache_beam/io/gcp/experimental/spannerio_read_it_test.py
 create mode 100644 sdks/python/apache_beam/io/gcp/experimental/spannerio_write_it_test.py