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 2020/06/12 00:27:28 UTC

[incubator-datasketches-java] branch FixSingleItem updated (d90ab75 -> 4652a3e)

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

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


    from d90ab75  Improvements in Theta Sketch to (hopefully) eliminate the misinterpretation of SingleItemSketches.
     add 4652a3e  More code cleanup.

No new revisions were added by this update.

Summary of changes:
 .../theta/ConcurrentDirectQuickSelectSketch.java   |  2 +-
 .../datasketches/theta/DirectCompactSketch.java    | 25 ++----
 .../theta/DirectQuickSelectSketch.java             | 38 ++++-----
 .../theta/DirectQuickSelectSketchR.java            | 58 +++++++-------
 .../datasketches/theta/ForwardCompatibility.java   | 39 ++++++++--
 .../org/apache/datasketches/theta/HeapAnotB.java   |  5 +-
 .../theta/HeapCompactOrderedSketch.java            |  1 +
 .../datasketches/theta/HeapCompactSketch.java      |  1 +
 .../theta/HeapCompactUnorderedSketch.java          |  3 +-
 .../datasketches/theta/HeapUpdateSketch.java       |  4 +-
 .../datasketches/theta/IntersectionImpl.java       |  3 +-
 .../apache/datasketches/theta/PreambleUtil.java    |  2 +-
 .../apache/datasketches/theta/SetOperation.java    | 34 ++++++--
 .../java/org/apache/datasketches/theta/Sketch.java | 77 +++++++++++-------
 .../org/apache/datasketches/theta/UnionImpl.java   | 90 ++--------------------
 .../apache/datasketches/theta/UpdateSketch.java    |  7 +-
 src/main/javadoc/resources/dictionary.html         |  2 +-
 .../datasketches/theta/BackwardConversions.java    |  2 +-
 .../org/apache/datasketches/theta/EmptyTest.java   | 46 +++++++++++
 .../datasketches/theta/SingleItemSketchTest.java   |  4 +-
 .../apache/datasketches/theta/UnionImplTest.java   | 16 ++--
 21 files changed, 246 insertions(+), 213 deletions(-)


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