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 2024/02/15 01:34:55 UTC

(datasketches-java) 01/01: Merge pull request #505 from apache/improve_partition_boundaries

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 e89a10e0a082658534d6a750281de66b7d83e670
Merge: 3410e861 cfedb142
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Feb 14 17:34:48 2024 -0800

    Merge pull request #505 from apache/improve_partition_boundaries
    
    Improve partition boundaries

 .../apache/datasketches/partitions/BoundsRule.java |   7 +-
 .../datasketches/partitions/Partitioner.java       |  22 ++--
 .../quantiles/ItemsSketchSortedView.java           | 112 ++++++++++++++++-----
 .../apache/datasketches/quantiles/ItemsUtil.java   |  54 +++++-----
 .../quantilescommon/GenericSortedViewIterator.java |  25 ++++-
 .../quantilescommon/SortedViewIterator.java        |  35 +++++--
 .../ItemsSketchPartitionBoundariesTest.java        |  88 ++++++++++++++++
 .../quantiles/ItemsSketchSortedViewString.java     |   5 +-
 .../datasketches/quantiles/ItemsSketchTest.java    |   3 +-
 .../quantilescommon/CrossCheckQuantilesTest.java   |   2 +-
 .../datasketches/sampling/EbppsSketchTest.java     |   6 +-
 11 files changed, 283 insertions(+), 76 deletions(-)



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