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/07/13 23:44:26 UTC

[incubator-datasketches-java] branch Refactor_Theta_Tuple updated (6b64482 -> d87b9e1)

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

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


    from 6b64482  Fix Travis bug (hopefully)
     add d87b9e1  Fixed several issues related to the PR feedback as well as 3 bugs:

No new revisions were added by this update.

Summary of changes:
 src/main/java/org/apache/datasketches/Util.java    |  6 +--
 .../datasketches/theta/CompactOperations.java      | 24 +++++++--
 .../apache/datasketches/theta/CompactSketch.java   |  3 --
 .../datasketches/theta/DirectCompactSketch.java    |  5 --
 .../theta/DirectQuickSelectSketch.java             |  8 +--
 .../datasketches/theta/EmptyCompactSketch.java     | 12 +----
 .../apache/datasketches/theta/HeapAlphaSketch.java | 17 +++----
 .../datasketches/theta/HeapCompactSketch.java      |  5 --
 .../datasketches/theta/HeapQuickSelectSketch.java  | 15 +++---
 .../apache/datasketches/theta/PreambleUtil.java    | 11 ++++
 .../datasketches/theta/SingleItemSketch.java       |  5 --
 .../java/org/apache/datasketches/theta/Sketch.java |  6 ++-
 .../apache/datasketches/theta/UpdateSketch.java    | 25 ++++++++--
 .../java/org/apache/datasketches/tuple/Util.java   |  3 +-
 .../tuple/arrayofdoubles/ArrayOfDoublesUnion.java  |  1 +
 .../datasketches/theta/CompactSketchTest.java      | 49 ++++++++++++++++++
 .../datasketches/theta/HeapAlphaSketchTest.java    |  4 +-
 .../theta/HeapQuickSelectSketchTest.java           |  4 +-
 .../theta/PairwiseSetOperationsTest.java           |  2 -
 .../datasketches/theta/UpdateSketchTest.java       | 58 ++++++++++++++++++++--
 20 files changed, 184 insertions(+), 79 deletions(-)


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