You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2020/01/13 18:10:40 UTC

[beam] branch master updated (0ec28de -> 2321127)

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

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


    from 0ec28de  Merge pull request #10178 from davidcavazos/sum-code
     add 2321127  [BEAM-7390] Add code snippet for Top (#10179)

No new revisions were added by this update.

Summary of changes:
 .../snippets/transforms/aggregation/top.py         | 153 +++++++++++++++++++++
 .../snippets/transforms/aggregation/top_test.py    | 111 +++++++++++++++
 2 files changed, 264 insertions(+)
 create mode 100644 sdks/python/apache_beam/examples/snippets/transforms/aggregation/top.py
 create mode 100644 sdks/python/apache_beam/examples/snippets/transforms/aggregation/top_test.py