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 2018/08/28 00:13:16 UTC

[beam] branch master updated (b99ce83 -> 17e659a)

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 b99ce83  Merge pull request #6234: [BEAM-5218] Set test name in the pipeline name
     add 596dae5  Add Bigquery Datataflow integration test.
     add dbdacba  Add missing apache license.
     add 0ba028d  Refactor out BQ client part from BqMatcher into BigqueryClient.
     add 2c7e0ea  Apply all permissions scope to BigqueryClient
     add d1fed6f  Add powermock dependency
     add 35d809e  Patch unit tests
     add 5f42422  Add BigqueryClient into gcp ApiSurface
     add 5ee970b  Better exception try-catch in BigqueryClient
     add 7a75876  Apply JavaSpotless
     add 92a055c  Append current timestamp into dataset name
     add efe71a8  Fix checkstyle errors
     add 06fe2aa  Add tempLocation pipeline option to bigquery IT pipeline
     add 3247145  Modify build file to make PostCommit only run BigQueryToTableIT. Will revert before merge.
     add a425fd3  Revert "Modify build file to make PostCommit only run BigQueryToTableIT. Will revert before merge."
     add 4f14692  Add example documentations into BigqueryClient
     new 17e659a  Merge pull request #6261 from boyuanzz/dataflow_java_integ

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:
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |   1 +
 sdks/java/io/google-cloud-platform/build.gradle    |   1 +
 .../apache/beam/sdk/io/gcp/GcpApiSurfaceTest.java  |   2 +
 .../sdk/io/gcp/bigquery/BigQueryToTableIT.java     | 164 +++++++++++++++++
 .../beam/sdk/io/gcp/testing/BigqueryClient.java    | 194 +++++++++++++++++++++
 .../sdk/io/gcp/testing/BigqueryClientTest.java     |  92 ++++++++++
 .../beam/sdk/io/gcp/testing/BigqueryMatcher.java   | 100 +----------
 .../sdk/io/gcp/testing/BigqueryMatcherTest.java    |  97 +++--------
 8 files changed, 477 insertions(+), 174 deletions(-)
 create mode 100644 sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryToTableIT.java
 create mode 100644 sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/testing/BigqueryClient.java
 create mode 100644 sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/testing/BigqueryClientTest.java


[beam] 01/01: Merge pull request #6261 from boyuanzz/dataflow_java_integ

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

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

commit 17e659a3ca7abcfb55e3ba598dd1a350e679b1c4
Merge: b99ce83 4f14692
Author: Pablo <pa...@users.noreply.github.com>
AuthorDate: Mon Aug 27 17:13:11 2018 -0700

    Merge pull request #6261 from boyuanzz/dataflow_java_integ
    
    Add Bigquery Datataflow integration test.

 .../org/apache/beam/gradle/BeamModulePlugin.groovy |   1 +
 sdks/java/io/google-cloud-platform/build.gradle    |   1 +
 .../apache/beam/sdk/io/gcp/GcpApiSurfaceTest.java  |   2 +
 .../sdk/io/gcp/bigquery/BigQueryToTableIT.java     | 164 +++++++++++++++++
 .../beam/sdk/io/gcp/testing/BigqueryClient.java    | 194 +++++++++++++++++++++
 .../sdk/io/gcp/testing/BigqueryClientTest.java     |  92 ++++++++++
 .../beam/sdk/io/gcp/testing/BigqueryMatcher.java   | 100 +----------
 .../sdk/io/gcp/testing/BigqueryMatcherTest.java    |  97 +++--------
 8 files changed, 477 insertions(+), 174 deletions(-)