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 2023/06/01 20:32:20 UTC

[datasketches-java] branch revert_items_changes_prepare4.1.0 updated (e56f0760 -> 194edac5)

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

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


    from e56f0760 Removed partial ItemsSketch work.
     add 194edac5 Finished removing KLL type (float or double) specific information from the serialized bytes.

No new revisions were added by this update.

Summary of changes:
 .../datasketches/kll/KllDirectDoublesSketch.java   |  5 +--
 .../datasketches/kll/KllDirectFloatsSketch.java    |  3 +-
 .../apache/datasketches/kll/KllDoublesSketch.java  | 33 +++++++++--------
 .../apache/datasketches/kll/KllFloatsSketch.java   |  9 +++--
 .../datasketches/kll/KllHeapDoublesSketch.java     |  5 +--
 .../datasketches/kll/KllHeapFloatsSketch.java      |  5 +--
 .../org/apache/datasketches/kll/KllHelper.java     | 43 ++++++----------------
 .../apache/datasketches/kll/KllMemoryValidate.java | 12 +++---
 .../apache/datasketches/kll/KllPreambleUtil.java   | 23 ++++--------
 .../org/apache/datasketches/kll/KllSketch.java     |  4 +-
 .../kll/KllDirectDoublesSketchTest.java            |  7 ++--
 .../kll/KllDirectFloatsSketchTest.java             |  7 ++--
 .../org/apache/datasketches/kll/KllHelperTest.java | 17 ++++-----
 .../datasketches/kll/KllMemoryValidateTest.java    | 37 ++++++++++++-------
 .../datasketches/kll/KllMiscDirectDoublesTest.java | 13 ++++---
 .../datasketches/kll/KllMiscDirectFloatsTest.java  | 13 ++++---
 .../datasketches/kll/KllMiscDoublesTest.java       | 37 ++++++++++---------
 .../apache/datasketches/kll/KllMiscFloatsTest.java | 37 ++++++++++---------
 18 files changed, 150 insertions(+), 160 deletions(-)


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