You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bo...@apache.org on 2019/09/11 18:23:43 UTC

[beam] branch master updated (6b3f7d6 -> 17490af)

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

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


    from 6b3f7d6  [BEAM-7947] Improves the interfaces of classes such as FnDataService,…
     add 03bc7e7  Use a 0-length byte array to represent empty sketch in HllCount
     add 17490af  Use a 0-length byte array to represent empty sketch in HllCount (#9519)

No new revisions were added by this update.

Summary of changes:
 sdks/java/extensions/zetasketch/build.gradle       |   2 +
 .../beam/sdk/extensions/zetasketch/HllCount.java   |  58 ++++++--
 .../sdk/extensions/zetasketch/HllCountInitFn.java  |  11 ++
 .../zetasketch/HllCountMergePartialFn.java         |  21 ++-
 .../sdk/extensions/zetasketch/HllCountTest.java    | 148 ++++++++++++++++++---
 5 files changed, 209 insertions(+), 31 deletions(-)