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/17 04:29:21 UTC

[datasketches-java] branch Changes_to_Classic_Quantiles updated (70f181db -> e2d8f07e)

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 70f181db Fix NPE.
     add e2d8f07e Interim 2

No new revisions were added by this update.

Summary of changes:
 .../org/apache/datasketches/DoublesSortedView.java | 32 ++++++++++++-----
 .../org/apache/datasketches/FloatsSortedView.java  | 36 +++++++++++++------
 .../org/apache/datasketches/GenericSortedView.java | 42 ++++++++++++++--------
 .../apache/datasketches/kll/KllDoublesSketch.java  |  4 +--
 .../kll/KllDoublesSketchSortedView.java            | 12 +++++--
 .../apache/datasketches/kll/KllFloatsSketch.java   |  4 +--
 .../kll/KllFloatsSketchSortedView.java             | 12 +++++--
 .../datasketches/quantiles/DoublesSketch.java      |  4 +--
 .../quantiles/DoublesSketchSortedView.java         | 12 +++++--
 .../apache/datasketches/quantiles/ItemsSketch.java |  4 +--
 .../quantiles/ItemsSketchSortedView.java           | 12 +++++--
 .../org/apache/datasketches/req/ReqSketch.java     |  4 +--
 .../datasketches/req/ReqSketchSortedView.java      | 12 +++++--
 13 files changed, 131 insertions(+), 59 deletions(-)


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