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

[beam] branch master updated (34a8fcd -> 47ca61a)

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

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


    from 34a8fcd  [BEAM-11526] Cleanup Code for Schema support (#13646)
     add 47ca61a  [BEAM-10324] Create ApproximateDistinct using HLL Impl (#13655)

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