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

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


    from f7dd050  Upgrade Jenkins jobs to use Maven 3.5.2
     new 3474505  [BEAM-2728] Add Count-Min Sketch in sketching extension
     new eabc640  Small fix in SketchCoder
     new cc9182a  Make Sketch AutoValue + Javadoc update
     new 7f99628  Optimize coder memory use

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sdks/java/extensions/sketching/pom.xml             |   1 +
 .../extensions/sketching/ApproximateDistinct.java  |   9 +-
 .../extensions/sketching/SketchFrequencies.java    | 520 +++++++++++++++++++++
 .../sketching/SketchFrequenciesTest.java           | 204 ++++++++
 4 files changed, 730 insertions(+), 4 deletions(-)
 create mode 100644 
sdks/java/extensions/sketching/src/main/java/org/apache/beam/sdk/extensions/sketching/SketchFrequencies.java
 create mode 100644 
sdks/java/extensions/sketching/src/test/java/org/apache/beam/sdk/extensions/sketching/SketchFrequenciesTest.java

-- 
To stop receiving notification emails like this one, please contact
lc...@apache.org.

Reply via email to