You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ud...@apache.org on 2020/04/30 20:54:47 UTC

[beam] branch master updated (144b96d -> 20195a6)

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

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


    from 144b96d  Merge pull request #11479 from [BEAM-9795] Support custom avro DatumWriters when writing to BigQuery
     add 20195a6  [BEAM-8078] streaming_wordcount_debugging.py is missing a test (#11568)

No new revisions were added by this update.

Summary of changes:
 .../examples/streaming_wordcount_debugging.py      |  26 +++--
 .../streaming_wordcount_debugging_it_test.py       |  33 ++++---
 .../examples/streaming_wordcount_debugging_test.py | 110 +++++++++++++++++++++
 3 files changed, 148 insertions(+), 21 deletions(-)
 create mode 100644 sdks/python/apache_beam/examples/streaming_wordcount_debugging_test.py