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 2021/11/21 00:18:29 UTC

[datasketches-java] 01/01: Merge pull request #374 from apache/simplified_setop_cases

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

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

commit 95a712ae62142b8bfba4e5f541c1d35e54dd6f30
Merge: d48d3a4 b8062a7
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sat Nov 20 16:18:23 2021 -0800

    Merge pull request #374 from apache/simplified_setop_cases
    
    Simplified set operations

 .../datasketches/SetOperationCornerCases.java      | 114 ++++----
 .../theta/DirectQuickSelectSketchR.java            |   2 +-
 .../datasketches/theta/HeapQuickSelectSketch.java  |   2 +-
 .../java/org/apache/datasketches/tuple/AnotB.java  |  24 +-
 .../java/org/apache/datasketches/tuple/Sketch.java |   4 +-
 .../tuple/arrayofdoubles/ArrayOfDoublesSketch.java |   4 +-
 .../theta/CornerCaseThetaSetOperationsTest.java    | 245 ++++-------------
 .../datasketches/tuple/adouble/AdoubleTest.java    |   4 +-
 .../CornerCaseTupleSetOperationsTest.java          | 303 +++++----------------
 .../DirectArrayOfDoublesQuickSelectSketchTest.java |   5 +-
 .../HeapArrayOfDoublesQuickSelectSketchTest.java   |   4 +-
 11 files changed, 191 insertions(+), 520 deletions(-)

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