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/04/20 18:36:45 UTC

[datasketches-java] 01/01: Merge pull request #393 from apache/disallowUpdatableHeapify

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 7fe957ebd9d88f86fb46797c767d0e64939d9f68
Merge: 70d73562 8e5b91dd
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Apr 20 11:36:02 2022 -0700

    Merge pull request #393 from apache/disallowUpdatableHeapify
    
    Made the public heapify method throw if the given memory is in updatable

 .../org/apache/datasketches/kll/KllDoublesSketch.java   |  8 ++++----
 .../org/apache/datasketches/kll/KllFloatsSketch.java    |  8 ++++----
 .../apache/datasketches/kll/KllHeapDoublesSketch.java   | 14 ++++++++++++--
 .../apache/datasketches/kll/KllHeapFloatsSketch.java    | 14 ++++++++++++--
 .../java/org/apache/datasketches/kll/KllSketch.java     |  5 +++--
 .../java/org/apache/datasketches/kll/package-info.java  | 17 ++---------------
 .../datasketches/kll/KllDirectDoublesSketchTest.java    |  4 ++--
 .../datasketches/kll/KllDirectFloatsSketchTest.java     |  4 ++--
 .../apache/datasketches/kll/MiscDirectDoublesTest.java  |  6 +++---
 .../apache/datasketches/kll/MiscDirectFloatsTest.java   |  6 +++---
 .../org/apache/datasketches/kll/MiscDoublesTest.java    | 12 ++++++------
 .../org/apache/datasketches/kll/MiscFloatsTest.java     | 12 ++++++------
 12 files changed, 59 insertions(+), 51 deletions(-)


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