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