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/11/24 23:41:20 UTC

[incubator-datasketches-java] branch RelativeErrorQuantiles updated (aec1dba -> ab18f8d)

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

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


    from aec1dba  Marking an LGTM alert as False-Positive
     add ab18f8d  Rename class Criteria to InequalitySearch and include the related search methods inside the enum.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/datasketches/BinarySearch.java | 105 ++++-------------
 .../{Criteria.java => InequalitySearch.java}       | 119 +++++++++++++++----
 .../org/apache/datasketches/req/FloatBuffer.java   |   7 +-
 .../org/apache/datasketches/req/ReqAuxiliary.java  |  13 +--
 .../org/apache/datasketches/BinarySearchTest.java  | 130 ++++++++++-----------
 .../datasketches/req/ReqSketchOtherTest.java       |  20 ++--
 6 files changed, 206 insertions(+), 188 deletions(-)
 rename src/main/java/org/apache/datasketches/{Criteria.java => InequalitySearch.java} (83%)


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