You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2021/12/28 18:36:26 UTC

[beam] branch master updated (f2f1bdf -> acff5d1)

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

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


    from f2f1bdf  Exclude UsesOnWindowExpiration by category from Dataflow v2 streaming (#16346)
     add acff5d1  [BEAM-13052] Increment pubsub python version and fix breakages. (#16126)

No new revisions were added by this update.

Summary of changes:
 .../examples/complete/game/game_stats_it_test.py   |  7 +++--
 .../examples/complete/game/leader_board_it_test.py |  7 +++--
 .../streaming_wordcount_debugging_it_test.py       | 14 +++++----
 .../examples/streaming_wordcount_it_test.py        | 14 +++++----
 sdks/python/apache_beam/io/gcp/bigquery_test.py    |  7 +++--
 sdks/python/apache_beam/io/gcp/pubsub.py           | 15 +++++-----
 .../apache_beam/io/gcp/pubsub_integration_test.py  | 21 +++++++++-----
 .../apache_beam/io/gcp/pubsub_io_perf_test.py      | 12 ++++----
 sdks/python/apache_beam/io/gcp/pubsub_test.py      | 33 +++++++++-------------
 .../apache_beam/io/gcp/tests/pubsub_matcher.py     |  5 ++--
 sdks/python/apache_beam/io/gcp/tests/utils.py      |  2 +-
 sdks/python/apache_beam/io/gcp/tests/utils_test.py |  8 ++++--
 ...low_exercise_streaming_metrics_pipeline_test.py | 14 +++++----
 .../runners/direct/transform_evaluator.py          | 15 +++++-----
 sdks/python/apache_beam/testing/test_utils.py      | 16 +++++++----
 sdks/python/apache_beam/testing/test_utils_test.py |  4 +--
 sdks/python/apache_beam/utils/timestamp.py         |  2 +-
 sdks/python/setup.py                               |  2 +-
 18 files changed, 107 insertions(+), 91 deletions(-)