You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2022/04/16 00:53:49 UTC

[datasketches-java] branch DirectKllDoubleV2 updated (261c372d -> 2ccce52b)

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

leerho pushed a change to branch DirectKllDoubleV2
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


    from 261c372d Added tests, cleaned up a few unused methods, improved some Javadocs.
     add 2ccce52b Split up some tests into more focused files.

No new revisions were added by this update.

Summary of changes:
 .../apache/datasketches/kll/KllDoublesHelper.java  |   3 +-
 .../apache/datasketches/kll/KllFloatsHelper.java   |   1 -
 .../kll/KllDirectCompactDoublesSketchTest.java     | 141 +++++++++++++++++++++
 .../kll/KllDirectCompactFloatsSketchTest.java      | 141 +++++++++++++++++++++
 .../apache/datasketches/kll/MiscDoublesTest.java   |  86 -------------
 .../apache/datasketches/kll/MiscFloatsTest.java    | 100 ---------------
 6 files changed, 283 insertions(+), 189 deletions(-)
 create mode 100644 src/test/java/org/apache/datasketches/kll/KllDirectCompactDoublesSketchTest.java
 create mode 100644 src/test/java/org/apache/datasketches/kll/KllDirectCompactFloatsSketchTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org