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/01/21 22:31:57 UTC

[beam] branch master updated (a5b7b9b -> 2640f11)

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 a5b7b9b  [BEAM-9120] Make BigqueryMatcher extend TypeSafeMatcher<TableAndQuery> (#10586)
     add 2640f11  [BEAM-9120] Make FileChecksumMatcher extend TypeSafeMatcher<ShardedFile> (#10588)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/beam/examples/WordCountIT.java | 11 ++-
 .../org/apache/beam/examples/complete/TfIdfIT.java | 13 +--
 .../examples/complete/TopWikipediaSessionsIT.java  | 11 ++-
 .../beam/examples/WindowedWordCountITKotlin.kt     |  1 +
 .../apache/beam/examples/WordCountITKotlin.java    | 11 ++-
 .../flink/FlinkRequiresStableInputTest.java        | 15 ++--
 .../beam/sdk/testing/FileChecksumMatcher.java      | 98 ++++++----------------
 .../org/apache/beam/sdk/RequiresStableInputIT.java | 19 +++--
 .../beam/sdk/testing/FileChecksumMatcherTest.java  | 67 ++++-----------
 .../beam/sdk/io/gcp/storage/GcsKmsKeyIT.java       |  5 +-
 10 files changed, 93 insertions(+), 158 deletions(-)