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/10/29 21:34:09 UTC

[beam] branch master updated (1570194 -> 80a141a)

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 1570194  [BEAM-5800] Support WordCountIT using fn-api worker (#6760)
     add a8546bc  Fix IWYU error in examples/java test deps
     add 3921f49  [BEAM-3573] Move GCPIO test utilities to main jar
     add 80a141a  Merge pull request #6838: [BEAM-3573] Move GCPIO test utilities to main jar

No new revisions were added by this update.

Summary of changes:
 examples/java/build.gradle                                             | 3 ++-
 .../java/org/apache/beam/sdk/io/gcp/testing/BigqueryClient.java        | 0
 .../java/org/apache/beam/sdk/io/gcp/testing/BigqueryMatcher.java       | 2 ++
 .../java/org/apache/beam/sdk/io/gcp/testing/package-info.java          | 0
 4 files changed, 4 insertions(+), 1 deletion(-)
 rename sdks/java/io/google-cloud-platform/src/{test => main}/java/org/apache/beam/sdk/io/gcp/testing/BigqueryClient.java (100%)
 rename sdks/java/io/google-cloud-platform/src/{test => main}/java/org/apache/beam/sdk/io/gcp/testing/BigqueryMatcher.java (98%)
 rename sdks/java/io/google-cloud-platform/src/{test => main}/java/org/apache/beam/sdk/io/gcp/testing/package-info.java (100%)