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/08/07 16:02:14 UTC

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

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 8b230f3  Merge pull request #327 from apache/Refactor_Intersection
     add 6a935ba  Rename "simpleIntLog2" to "simpleLog2OfLong" plus javadoc changes.
     add b893572  Apply Util changes to KLL
     add 6dfbfe1  Fix typo
     add 46ad0a9  another typo.
     new 5874474  Merge pull request #329 from apache/UpdateUtil

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:
 src/main/java/org/apache/datasketches/Util.java    | 43 +++++++++++++++++-----
 .../org/apache/datasketches/hll/PreambleUtil.java  |  6 +--
 .../org/apache/datasketches/kll/KllHelper.java     | 37 +++++++++----------
 .../org/apache/datasketches/theta/AnotBimpl.java   |  4 +-
 .../java/org/apache/datasketches/tuple/AnotB.java  |  6 +--
 .../datasketches/tuple/QuickSelectSketch.java      |  4 +-
 .../java/org/apache/datasketches/UtilTest.java     | 27 ++++++++++----
 7 files changed, 80 insertions(+), 47 deletions(-)


---------------------------------------------------------------------
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 #329 from apache/UpdateUtil

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 58744741bb19352481ebbab455e1b941b1d7a926
Merge: 8b230f3 46ad0a9
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Fri Aug 7 09:02:03 2020 -0700

    Merge pull request #329 from apache/UpdateUtil
    
    Rename "simpleIntLog2" to "simpleLog2OfLong" plus javadoc changes.

 src/main/java/org/apache/datasketches/Util.java    | 43 +++++++++++++++++-----
 .../org/apache/datasketches/hll/PreambleUtil.java  |  6 +--
 .../org/apache/datasketches/kll/KllHelper.java     | 37 +++++++++----------
 .../org/apache/datasketches/theta/AnotBimpl.java   |  4 +-
 .../java/org/apache/datasketches/tuple/AnotB.java  |  6 +--
 .../datasketches/tuple/QuickSelectSketch.java      |  4 +-
 .../java/org/apache/datasketches/UtilTest.java     | 27 ++++++++++----
 7 files changed, 80 insertions(+), 47 deletions(-)


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