You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2019/10/25 00:43:44 UTC

[beam] branch master updated (a9cace3 -> 177c134)

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

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


    from a9cace3  [BEAM-8341]: basic bundling support for portable runner (#9777)
     add 177c134  [BEAM-7389] Add code snippet for CoGroupByKey (#9791)

No new revisions were added by this update.

Summary of changes:
 .../snippets/transforms/aggregation}/__init__.py   |  0
 .../values.py => aggregation/cogroupbykey.py}      | 31 +++++++++++++---------
 .../cogroupbykey_test.py}                          | 29 ++++++++++++--------
 .../transforms/elementwise/partition_test.py       | 10 +++----
 sdks/python/apache_beam/examples/snippets/util.py  | 10 ++++---
 .../apache_beam/examples/snippets/util_test.py     | 11 ++++++++
 6 files changed, 60 insertions(+), 31 deletions(-)
 copy sdks/python/apache_beam/{io/gcp/tests => examples/snippets/transforms/aggregation}/__init__.py (100%)
 copy sdks/python/apache_beam/examples/snippets/transforms/{elementwise/values.py => aggregation/cogroupbykey.py} (64%)
 copy sdks/python/apache_beam/examples/snippets/transforms/{elementwise/values_test.py => aggregation/cogroupbykey_test.py} (61%)