You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2020/11/06 01:37:07 UTC

[beam] branch master updated (1f039ec -> 2c4c6ff)

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

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


    from 1f039ec  Merge pull request #13238: [BEAM-11165] Use the ZetaSQL Streaming API synchronously
     add 2c4c6ff  [BEAM-11159] Use GCP pubsub client for TestPubsub (#13273)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |   2 +
 sdks/java/io/google-cloud-platform/build.gradle    |   2 +
 .../beam/sdk/io/gcp/pubsub/PubsubGrpcClient.java   |  30 +--
 .../beam/sdk/io/gcp/pubsub/PubsubOptions.java      |  38 ++++
 .../apache/beam/sdk/io/gcp/pubsub/TestPubsub.java  | 201 ++++++++++++++-------
 5 files changed, 175 insertions(+), 98 deletions(-)