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 2018/05/15 20:06:14 UTC

[beam] branch master updated (b1ec67c -> eb979a0)

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 b1ec67c  Merge pull request #5332: Remove redundant bits of job file names
     add d0b5761  [SQL] Add integration test for PubsubIO JSON -> SQL
     add 594d196  [SQL] Fix typos, add rewindowing and retriggering to TestPubsubSignal
     add 4d85ddd  Add SQL postCommit to main javaPostCommit
     new eb979a0  Merge pull request #5347: [BEAM-4201][SQL] Add integration test for PubsubIO JSON -> SQL

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:
 build.gradle                                       |   1 +
 sdks/java/extensions/sql/build.gradle              |  25 ++
 .../sql/meta/provider/pubsub/PubsubJsonIT.java     | 145 ++++++++++
 .../apache/beam/sdk/io/gcp/pubsub/TestPubsub.java  | 171 ++++++++++++
 .../{package-info.java => TestPubsubOptions.java}  |  12 +-
 .../beam/sdk/io/gcp/pubsub/TestPubsubSignal.java   | 291 +++++++++++++++++++++
 6 files changed, 641 insertions(+), 4 deletions(-)
 create mode 100644 sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/meta/provider/pubsub/PubsubJsonIT.java
 create mode 100644 sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/pubsub/TestPubsub.java
 copy sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/pubsub/{package-info.java => TestPubsubOptions.java} (73%)
 create mode 100644 sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/pubsub/TestPubsubSignal.java

-- 
To stop receiving notification emails like this one, please contact
kenn@apache.org.

[beam] 01/01: Merge pull request #5347: [BEAM-4201][SQL] Add integration test for PubsubIO JSON -> SQL

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 eb979a0e7a1a53a705983d7b3f71490fb5fd7dc2
Merge: b1ec67c 4d85ddd
Author: Kenn Knowles <ke...@kennknowles.com>
AuthorDate: Tue May 15 13:06:10 2018 -0700

    Merge pull request #5347: [BEAM-4201][SQL] Add integration test for PubsubIO JSON -> SQL

 build.gradle                                       |   1 +
 sdks/java/extensions/sql/build.gradle              |  25 ++
 .../sql/meta/provider/pubsub/PubsubJsonIT.java     | 145 ++++++++++
 .../apache/beam/sdk/io/gcp/pubsub/TestPubsub.java  | 171 ++++++++++++
 .../beam/sdk/io/gcp/pubsub/TestPubsubOptions.java  |  28 ++
 .../beam/sdk/io/gcp/pubsub/TestPubsubSignal.java   | 291 +++++++++++++++++++++
 6 files changed, 661 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
kenn@apache.org.