You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ra...@apache.org on 2021/01/05 04:38:56 UTC

[beam] branch master updated (4165016 -> 47d6ab5)

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

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


    from 4165016  [BEAM-11457] Add option to skip key-value clone (#13543)
     add 4370926  [BEAM-10234] Create ApproximateDistinct using HLL Impl
     add 47d6ab5  Merge pull request #12973: [BEAM-10234] Create ApproximateDistinct using HLL Impl

No new revisions were added by this update.

Summary of changes:
 .../beam/sdk/transforms/ApproximateUnique.java     |  20 +-
 .../zetasketch/ApproximateCountDistinct.java       | 288 +++++++++++++++++
 .../zetasketch/ApproximateCountDistinctTest.java   | 342 +++++++++++++++++++++
 3 files changed, 641 insertions(+), 9 deletions(-)
 create mode 100644 sdks/java/extensions/zetasketch/src/main/java/org/apache/beam/sdk/extensions/zetasketch/ApproximateCountDistinct.java
 create mode 100644 sdks/java/extensions/zetasketch/src/test/java/org/apache/beam/sdk/extensions/zetasketch/ApproximateCountDistinctTest.java