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

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


    from 6be29387 Merge pull request #545 from apache/fix_memory_leak
     add 20166c7f temp commit
     add 71b96486 Merge branch 'master' into methods_to_compute_partition_limits
     add 30a813d5 Added tests for new partition limits
     add 5cc7887f Removed javadoc @Throws clauses -- because they duplicate 
what is already documented in the body of the javadoc.
     add de4ef799 Added two limit check methods:
     new 30fa37e9 Merge pull request #546 from 
apache/methods_to_compute_partition_limits

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/datasketches/kll/KllItemsSketch.java    |  30 ++++--
 .../datasketches/partitions/Partitioner.java       |   4 +-
 .../apache/datasketches/quantiles/ItemsSketch.java |  33 ++++---
 .../GenericPartitionBoundaries.java                |  45 ++++++---
 .../quantilescommon/GenericSortedView.java         |   2 +-
 .../quantilescommon/ItemsSketchSortedView.java     |  79 +++++++++------
 .../quantilescommon/PartitionBoundaries.java       |  67 -------------
 .../quantilescommon/PartitioningFeature.java       |  74 +++++++++++---
 .../quantilescommon/QuantilesGenericAPI.java       |  26 +++--
 .../quantilescommon/SketchPartitionLimits.java     |  55 +++++++++++
 .../datasketches/quantiles/ItemsSketchTest.java    |  22 -----
 .../quantilescommon/CrossCheckQuantilesTest.java   |  10 +-
 .../quantilescommon/PartitionBoundariesTest.java   | 108 ++++++++++++++++-----
 13 files changed, 358 insertions(+), 197 deletions(-)
 delete mode 100644 
src/main/java/org/apache/datasketches/quantilescommon/PartitionBoundaries.java
 create mode 100644 
src/main/java/org/apache/datasketches/quantilescommon/SketchPartitionLimits.java


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

Reply via email to