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:59 UTC

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

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