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/11/27 01:14:27 UTC

[beam] branch master updated (b446304 -> 4078116)

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 b446304  Merge pull request #10211: [BEAM-8470] move enableSparkMetricSinks option to common spark pipeline options
     add 4078116  [BEAM-7390] Add code snippets for Count (#9923)

No new revisions were added by this update.

Summary of changes:
 .../snippets/transforms/aggregation/count.py       | 81 ++++++++++++++++++++++
 .../tostring_test.py => aggregation/count_test.py} | 61 ++++++++--------
 2 files changed, 109 insertions(+), 33 deletions(-)
 create mode 100644 sdks/python/apache_beam/examples/snippets/transforms/aggregation/count.py
 copy sdks/python/apache_beam/examples/snippets/transforms/{elementwise/tostring_test.py => aggregation/count_test.py} (55%)