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/30 03:27:30 UTC

[incubator-datasketches-java] branch master updated (d735da7 -> 8b230f3)

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

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


    from d735da7  Merge pull request #324 from apache/Refactor_Theta_Tuple
     add 7e35246  Interim
     add 410a1c5  Refactoring of Theta Intersection.
     add 3be239f  Changed travis.yml back to openjdk8
     add d0b85d2  Remove redundant subclass method
     new 8b230f3  Merge pull request #327 from apache/Refactor_Intersection

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |   2 +-
 .../org/apache/datasketches/HashOperations.java    |  27 +-
 .../apache/datasketches/kll/KllFloatsSketch.java   |  43 +-
 .../org/apache/datasketches/theta/AnotBimpl.java   |   3 +-
 .../apache/datasketches/theta/Intersection.java    |  94 ++++
 .../datasketches/theta/IntersectionImpl.java       | 516 ++++++++++++++-------
 .../datasketches/theta/IntersectionImplR.java      | 325 -------------
 .../apache/datasketches/theta/SetOperation.java    | 109 +++--
 .../org/apache/datasketches/theta/UnionImpl.java   |   5 +-
 .../apache/datasketches/tuple/Intersection.java    |   3 -
 .../apache/datasketches/theta/AnotBimplTest.java   |   2 +-
 .../datasketches/theta/CompactSketchTest.java      |   2 +-
 .../datasketches/theta/DirectIntersectionTest.java |  12 +-
 .../datasketches/theta/HeapIntersectionTest.java   |  11 +-
 .../datasketches/theta/SetOperationTest.java       |  18 +-
 .../apache/datasketches/theta/UnionImplTest.java   |   4 +-
 16 files changed, 574 insertions(+), 602 deletions(-)
 delete mode 100644 src/main/java/org/apache/datasketches/theta/IntersectionImplR.java


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


[incubator-datasketches-java] 01/01: Merge pull request #327 from apache/Refactor_Intersection

Posted by le...@apache.org.
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/incubator-datasketches-java.git

commit 8b230f3127c28147b4ca822f55d4e3d18be61c2e
Merge: d735da7 d0b85d2
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Jul 29 20:27:20 2020 -0700

    Merge pull request #327 from apache/Refactor_Intersection
    
    Refactor intersection

 .travis.yml                                        |   2 +-
 .../org/apache/datasketches/HashOperations.java    |  27 +-
 .../apache/datasketches/kll/KllFloatsSketch.java   |  43 +-
 .../org/apache/datasketches/theta/AnotBimpl.java   |   3 +-
 .../apache/datasketches/theta/Intersection.java    |  94 ++++
 .../datasketches/theta/IntersectionImpl.java       | 516 ++++++++++++++-------
 .../datasketches/theta/IntersectionImplR.java      | 325 -------------
 .../apache/datasketches/theta/SetOperation.java    | 109 +++--
 .../org/apache/datasketches/theta/UnionImpl.java   |   5 +-
 .../apache/datasketches/tuple/Intersection.java    |   3 -
 .../apache/datasketches/theta/AnotBimplTest.java   |   2 +-
 .../datasketches/theta/CompactSketchTest.java      |   2 +-
 .../datasketches/theta/DirectIntersectionTest.java |  12 +-
 .../datasketches/theta/HeapIntersectionTest.java   |  11 +-
 .../datasketches/theta/SetOperationTest.java       |  18 +-
 .../apache/datasketches/theta/UnionImplTest.java   |   4 +-
 16 files changed, 574 insertions(+), 602 deletions(-)


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