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

jmalkin pushed a commit to branch bloom
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git

commit c4315274bb5c545166d0951571805573ed68af67
Merge: 61fdab97 ed1de413
Author: jmalkin <[email protected]>
AuthorDate: Mon Feb 26 00:07:38 2024 -0800

    Merge branch 'bloom' of github.com:apache/datasketches-java into bloom

 .../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 +++++--
 .../datasketches/sampling/EbppsItemsSample.java    |  82 ++++++++-------
 .../datasketches/sampling/EbppsItemsSketch.java    | 105 +++++++++++--------
 .../apache/datasketches/sampling/PreambleUtil.java |  12 +--
 .../ItemsSketchPartitionBoundariesTest.java        |  88 ++++++++++++++++
 .../quantiles/ItemsSketchSortedViewString.java     |   5 +-
 .../datasketches/quantiles/ItemsSketchTest.java    |   3 +-
 .../quantilescommon/CrossCheckQuantilesTest.java   |   2 +-
 ...psSampleTest.java => EbppsItemsSampleTest.java} |   4 +-
 ...psSketchTest.java => EbppsItemsSketchTest.java} |  25 +++--
 15 files changed, 413 insertions(+), 168 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to