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/08/21 00:37:28 UTC

[datasketches-java] branch Changes_to_Classic_Quantiles updated (55e8208d -> 11672bf8)

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

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


    from 55e8208d Interim 4
     add 11672bf8 Interim 5: Completed integration of SortedViews API, SortedViewsIterator API, and QuantilesSketchIterator API

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/datasketches/kll/KllDoublesSketch.java   |  6 ++++--
 .../java/org/apache/datasketches/kll/KllFloatsSketch.java    |  6 ++++--
 .../org/apache/datasketches/quantiles/DoublesSketch.java     |  6 ++++--
 .../java/org/apache/datasketches/quantiles/ItemsSketch.java  |  6 ++++--
 src/main/java/org/apache/datasketches/req/BaseReqSketch.java |  7 +++++--
 src/main/java/org/apache/datasketches/req/ReqSketch.java     |  6 ++++--
 .../datasketches/kll/KllDirectDoublesSketchIteratorTest.java |  7 ++++---
 .../datasketches/kll/KllDirectFloatsSketchIteratorTest.java  |  7 ++++---
 .../datasketches/kll/KllDoublesSketchIteratorTest.java       |  7 ++++---
 .../org/apache/datasketches/kll/KllDoublesSketchTest.java    |  6 ++++--
 .../apache/datasketches/kll/KllFloatsSketchIteratorTest.java | 10 ++++++----
 .../org/apache/datasketches/kll/KllFloatsSketchTest.java     |  6 ++++--
 .../java/org/apache/datasketches/kll/KllMiscFloatsTest.java  |  5 +++--
 .../org/apache/datasketches/quantiles/DebugUnionTest.java    |  6 +++---
 .../datasketches/quantiles/DoublesSketchIteratorTest.java    |  7 ++++---
 .../org/apache/datasketches/quantiles/DoublesSketchTest.java |  6 ++++--
 .../datasketches/quantiles/ItemsSketchIteratorTest.java      |  7 ++++---
 .../org/apache/datasketches/quantiles/ItemsSketchTest.java   |  6 ++++--
 .../java/org/apache/datasketches/req/ReqSketchOtherTest.java |  3 ++-
 .../org/apache/datasketches/req/ReqSketchSortedViewTest.java | 12 +++++++-----
 src/test/java/org/apache/datasketches/req/ReqSketchTest.java |  6 ++++--
 21 files changed, 86 insertions(+), 52 deletions(-)


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