This is an automated email from the ASF dual-hosted git repository.
leerho pushed a change to branch Changes_to_Classic_Quantiles
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
from 0eda5e1d Moved body of getQ and getR from defaults in APIs back into
the sorted view implementations.
add 6d9e9e8a Fixed Javadoc errors, Fixed Checkstyle errors, Fixed SpotBugs
No new revisions were added by this update.
Summary of changes:
.../org/apache/datasketches/DoublesSortedView.java | 2 +-
.../org/apache/datasketches/FloatsSortedView.java | 2 +-
.../apache/datasketches/QuantilesGenericAPI.java | 6 +-
.../org/apache/datasketches/kll/KllSketch.java | 4 +-
.../datasketches/quantiles/DoublesSketch.java | 1 -
.../datasketches/quantiles/DoublesUnion.java | 4 +-
.../datasketches/quantiles/DoublesUnionImpl.java | 4 +-
.../datasketches/quantiles/DoublesUnionImplR.java | 4 +-
.../apache/datasketches/quantiles/ItemsUnion.java | 8 +-
.../datasketches/quantiles/DebugUnionTest.java | 4 +-
.../quantiles/DirectUpdateDoublesSketchTest.java | 8 +-
.../quantiles/DoublesUnionImplTest.java | 92 +++++++++++-----------
.../quantiles/HeapUpdateDoublesSketchTest.java | 10 +--
.../datasketches/quantiles/ItemsUnionTest.java | 58 +++++++-------
.../datasketches/quantiles/ReadOnlyMemoryTest.java | 4 +-
15 files changed, 105 insertions(+), 106 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]