You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2019/11/02 04:21:38 UTC

[beam] branch master updated (9b30d7c -> ed8401d)

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

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


    from 9b30d7c  [BEAM-8146,BEAM-8204,BEAM-8205] Add equals and hashCode to SchemaCoder and RowCoder (#9493)
     add 56d17fb  Add separate testSQLRead and testSQLWrite test in BigQueryIT
     add d093625  Add PubsubJsonIT tests that pull and verify pubsub messages
     add 107ac28  Add TestPubsub#{waitForNMessages, assertThatTopicEventuallyReceives}
     new ed8401d  Merge pull request #9880: [BEAM-8503] Improve TestBigQuery and TestPubsub

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:
 .../datacatalog/DataCatalogBigQueryIT.java         |  52 +------
 .../provider/bigquery/BigQueryReadWriteIT.java     | 155 +++++++++++++++++++--
 .../sql/meta/provider/pubsub/PubsubJsonIT.java     |  79 ++++++++---
 .../sdk/io/gcp/bigquery/BigQueryTableSource.java   |   3 +-
 .../beam/sdk/io/gcp/bigquery/TestBigQuery.java     |  54 ++++++-
 .../beam/sdk/io/gcp/pubsub/PubsubMessage.java      |  10 ++
 .../apache/beam/sdk/io/gcp/pubsub/TestPubsub.java  |  90 +++++++++++-
 7 files changed, 349 insertions(+), 94 deletions(-)


[beam] 01/01: Merge pull request #9880: [BEAM-8503] Improve TestBigQuery and TestPubsub

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

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

commit ed8401d7677e7938c35b2afc3f81f32df573fe2b
Merge: 9b30d7c 107ac28
Author: Kenn Knowles <ke...@apache.org>
AuthorDate: Fri Nov 1 21:21:24 2019 -0700

    Merge pull request #9880: [BEAM-8503] Improve TestBigQuery and TestPubsub

 .../datacatalog/DataCatalogBigQueryIT.java         |  52 +------
 .../provider/bigquery/BigQueryReadWriteIT.java     | 155 +++++++++++++++++++--
 .../sql/meta/provider/pubsub/PubsubJsonIT.java     |  79 ++++++++---
 .../sdk/io/gcp/bigquery/BigQueryTableSource.java   |   3 +-
 .../beam/sdk/io/gcp/bigquery/TestBigQuery.java     |  54 ++++++-
 .../beam/sdk/io/gcp/pubsub/PubsubMessage.java      |  10 ++
 .../apache/beam/sdk/io/gcp/pubsub/TestPubsub.java  |  90 +++++++++++-
 7 files changed, 349 insertions(+), 94 deletions(-)