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/03 18:32:14 UTC

[datasketches-java] 01/01: Merge pull request #448 from apache/revert_items_changes_prepare4.1.0

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

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

commit 5c3746eb7a972f7aa2dc2e6fe51269b6ae4cfb31
Merge: a2599dc4 20e884c4
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sat Jun 3 11:32:06 2023 -0700

    Merge pull request #448 from apache/revert_items_changes_prepare4.1.0
    
    Revert items changes prepare4.1.0

 .../apache/datasketches/hll/DirectCouponList.java  |   2 +-
 .../datasketches/kll/KllDirectDoublesSketch.java   |  12 +-
 .../datasketches/kll/KllDirectFloatsSketch.java    |   8 +-
 .../apache/datasketches/kll/KllDoublesHelper.java  | 100 +++---
 .../apache/datasketches/kll/KllDoublesSketch.java  | 108 ++++---
 .../apache/datasketches/kll/KllFloatsHelper.java   |  93 +++---
 .../apache/datasketches/kll/KllFloatsSketch.java   | 100 +++---
 .../kll/KllFloatsSketchSortedView.java             |   2 +-
 .../datasketches/kll/KllHeapDoublesSketch.java     |  69 ++--
 .../datasketches/kll/KllHeapFloatsSketch.java      |  41 ++-
 .../org/apache/datasketches/kll/KllHelper.java     | 352 ++++++++++++---------
 .../apache/datasketches/kll/KllMemoryValidate.java |  14 +-
 .../apache/datasketches/kll/KllPreambleUtil.java   |  22 +-
 .../org/apache/datasketches/kll/KllSketch.java     |  71 +----
 .../apache/datasketches/quantiles/ItemsUnion.java  |   2 +-
 .../apache/datasketches/quantiles/ItemsUtil.java   |   4 -
 .../datasketches/quantiles/KolmogorovSmirnov.java  |   2 +-
 .../apache/datasketches/theta/PreambleUtil.java    |   1 -
 .../apache/datasketches/hll/PreambleUtilTest.java  |   6 +-
 .../kll/KllDirectDoublesSketchTest.java            |  16 +-
 .../kll/KllDirectFloatsSketchTest.java             |  10 +-
 .../datasketches/kll/KllDoublesSketchTest.java     |  17 +-
 .../datasketches/kll/KllFloatsSketchTest.java      |  15 -
 .../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       |  49 ++-
 .../apache/datasketches/kll/KllMiscFloatsTest.java |  49 ++-
 .../quantiles/KolmogorovSmirnovTest.java           |   1 -
 .../arrayofdoubles/ArrayOfDoublesUnionTest.java    |   2 +-
 31 files changed, 603 insertions(+), 645 deletions(-)


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