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 ee84291a Merge pull request #449 from apache/fix_spotbugs
     add e4271bf3 Preparatory work for generic items.
     new 3b446ee4 Merge pull request #450 from apache/prep_for_items_sketch

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:
 .../datasketches/kll/KllDirectDoublesSketch.java   |   8 +-
 .../datasketches/kll/KllDirectFloatsSketch.java    |   8 +-
 .../apache/datasketches/kll/KllDoublesHelper.java  |   9 +-
 .../apache/datasketches/kll/KllDoublesSketch.java  |  44 ++++----
 .../apache/datasketches/kll/KllFloatsHelper.java   |   2 +-
 .../apache/datasketches/kll/KllFloatsSketch.java   |  40 ++++----
 .../datasketches/kll/KllHeapDoublesSketch.java     |  24 +++--
 .../datasketches/kll/KllHeapFloatsSketch.java      |  24 +++--
 .../org/apache/datasketches/kll/KllHelper.java     |  35 +++----
 .../apache/datasketches/kll/KllMemoryValidate.java |  72 ++++++-------
 .../apache/datasketches/kll/KllPreambleUtil.java   | 113 ++++++++++-----------
 .../org/apache/datasketches/kll/KllSketch.java     |  18 ++--
 .../datasketches/kll/KllMemoryValidateTest.java    |   5 +-
 tools/SketchesCheckstyle.xml                       |   2 +-
 14 files changed, 189 insertions(+), 215 deletions(-)


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

Reply via email to