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 2024/03/11 04:22:14 UTC

(datasketches-java) branch remove_duplicate_generic_sorted_views updated (989b5307 -> 6c014834)

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

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


    from 989b5307 Combined classic ItemsSketchSortedView and KllItemsSketchSortedView.
     add 6c014834 Combining the two quantiles Items sketches sorted views

No new revisions were added by this update.

Summary of changes:
 .../org/apache/datasketches/kll/KllHelper.java     |   2 +-
 .../apache/datasketches/kll/KllItemsSketch.java    |   9 +-
 .../org/apache/datasketches/kll/KllSketch.java     |   9 +-
 .../datasketches/quantiles/DoublesSketch.java      |  19 +-
 .../quantiles/DoublesSketchSortedView.java         |   4 +-
 .../apache/datasketches/quantiles/DoublesUtil.java | 148 ++++++++------
 .../apache/datasketches/quantiles/ItemsSketch.java |  34 ++--
 .../apache/datasketches/quantiles/ItemsUnion.java  |   4 +-
 .../apache/datasketches/quantiles/ItemsUtil.java   | 170 ++++++++++------
 .../datasketches/quantiles/PreambleUtil.java       |   1 +
 .../quantilescommon/QuantilesGenericAPI.java       |   5 +
 .../datasketches/kll/KllItemsSketchTest.java       |  15 +-
 .../datasketches/quantiles/DoublesSketchTest.java  |  19 +-
 .../datasketches/quantiles/DoublesUtilTest.java    |  12 +-
 .../ItemsSketchPartitionBoundariesTest.java        |  90 ---------
 .../datasketches/quantiles/ItemsSketchTest.java    |  37 ++--
 .../datasketches/quantiles/SkewedDataTest.java     | 115 -----------
 .../quantilescommon/PartitionBoundariesTest.java   | 220 +++++++++++++++++++++
 18 files changed, 517 insertions(+), 396 deletions(-)
 delete mode 100644 src/test/java/org/apache/datasketches/quantiles/ItemsSketchPartitionBoundariesTest.java
 delete mode 100644 src/test/java/org/apache/datasketches/quantiles/SkewedDataTest.java
 create mode 100644 src/test/java/org/apache/datasketches/quantilescommon/PartitionBoundariesTest.java


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