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 2022/01/08 00:10:58 UTC

[datasketches-java] branch master updated (a80eb62 -> 98489ec)

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/datasketches-java.git.


    from a80eb62  Merge pull request #379 from apache/Add_HeapifyWrapCompactSketch2
     add 10518c2  In executing Clover in prep for release I found some obsolete classes in AoD that were totally not used (probably my bad!).
     add 297ecaa  Responding to Review Comment.
     new 98489ec  Merge pull request #380 from apache/Cleanup_ArrayOfDoubles

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:
 LICENSE                                            |   4 +-
 NOTICE                                             |   3 +-
 src/main/java/org/apache/datasketches/Util.java    |  40 ++---
 .../ArrayOfDoublesCompactSketch.java               |  20 ++-
 .../ArrayOfDoublesQuickSelectSketch.java           |  14 +-
 .../tuple/arrayofdoubles/ArrayOfDoublesSketch.java |  11 ++
 .../DirectArrayOfDoublesCompactSketch.java         |   7 +-
 .../DirectArrayOfDoublesQuickSelectSketch.java     |   3 +-
 .../arrayofdoubles/HeapArrayOfDoublesAnotB.java    | 161 ---------------------
 .../HeapArrayOfDoublesCompactSketch.java           |   6 +-
 .../HeapArrayOfDoublesQuickSelectSketch.java       |  20 ++-
 11 files changed, 81 insertions(+), 208 deletions(-)
 delete mode 100644 src/main/java/org/apache/datasketches/tuple/arrayofdoubles/HeapArrayOfDoublesAnotB.java

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


[datasketches-java] 01/01: Merge pull request #380 from apache/Cleanup_ArrayOfDoubles

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/datasketches-java.git

commit 98489ece35137fe5ade36116f3b25283694c4f25
Merge: a80eb62 297ecaa
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Fri Jan 7 16:10:55 2022 -0800

    Merge pull request #380 from apache/Cleanup_ArrayOfDoubles
    
    In executing Clover in prep for release I found some obsolete classes in

 LICENSE                                            |   4 +-
 NOTICE                                             |   3 +-
 src/main/java/org/apache/datasketches/Util.java    |  40 ++---
 .../ArrayOfDoublesCompactSketch.java               |  20 ++-
 .../ArrayOfDoublesQuickSelectSketch.java           |  14 +-
 .../tuple/arrayofdoubles/ArrayOfDoublesSketch.java |  11 ++
 .../DirectArrayOfDoublesCompactSketch.java         |   7 +-
 .../DirectArrayOfDoublesQuickSelectSketch.java     |   3 +-
 .../arrayofdoubles/HeapArrayOfDoublesAnotB.java    | 161 ---------------------
 .../HeapArrayOfDoublesCompactSketch.java           |   6 +-
 .../HeapArrayOfDoublesQuickSelectSketch.java       |  20 ++-
 11 files changed, 81 insertions(+), 208 deletions(-)

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