You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2019/06/19 16:24:19 UTC

[beam] branch master updated (eb5a8c2 -> 25955c6)

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

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


    from eb5a8c2  Merge pull request #8848: [BEAM-7543] ReduceByKey.combineBy must accept BinaryFunction<V, V, V>
     add 5c2b362  [BEAM-7579] Use bucket with default key in ITs
     add 4d33e4b  Address review comments
     new 25955c6  [BEAM-7579] Use bucket with default key in ITs

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:
 runners/google-cloud-dataflow-java/build.gradle    | 14 +++++++----
 ...rDoWithWindowedSideInputs.java => UsesKms.java} | 10 ++++----
 .../google-cloud-platform-core/build.gradle        | 10 ++++----
 .../beam/sdk/extensions/gcp/util/GcsUtilIT.java    | 10 +++++---
 sdks/java/io/google-cloud-platform/build.gradle    | 13 +++++++----
 .../beam/sdk/io/gcp/bigquery/BigQueryKmsKeyIT.java |  3 +++
 .../beam/sdk/io/gcp/storage/GcsKmsKeyIT.java       | 27 ++++++++--------------
 7 files changed, 48 insertions(+), 39 deletions(-)
 copy sdks/java/core/src/main/java/org/apache/beam/sdk/testing/{UsesSplittableParDoWithWindowedSideInputs.java => UsesKms.java} (77%)


[beam] 01/01: [BEAM-7579] Use bucket with default key in ITs

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

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

commit 25955c6c5c20f542e5a5d11159b7bda5fbed56a8
Merge: eb5a8c2 4d33e4b
Author: Lukasz Cwik <lc...@google.com>
AuthorDate: Wed Jun 19 09:24:05 2019 -0700

    [BEAM-7579] Use bucket with default key in ITs

 runners/google-cloud-dataflow-java/build.gradle    | 14 +++++++----
 .../java/org/apache/beam/sdk/testing/UsesKms.java  | 26 +++++++++++++++++++++
 .../google-cloud-platform-core/build.gradle        | 10 ++++----
 .../beam/sdk/extensions/gcp/util/GcsUtilIT.java    | 10 +++++---
 sdks/java/io/google-cloud-platform/build.gradle    | 13 +++++++----
 .../beam/sdk/io/gcp/bigquery/BigQueryKmsKeyIT.java |  3 +++
 .../beam/sdk/io/gcp/storage/GcsKmsKeyIT.java       | 27 ++++++++--------------
 7 files changed, 69 insertions(+), 34 deletions(-)