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 0b50a419 Merge pull request #431 from
apache/update_gitignore_remove_printing_from_test
add 3ba80bae These are really minor updates although a number of classes
were involved.
add 021b95f2 The BitPackingTest was printing hundreds of lines to the
console.
new 8b2de217 Merge pull request #432 from apache/minor-updates
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:
.../java/org/apache/datasketches/common/Util.java | 13 +-
.../cpc/CompressionCharacterization.java | 4 +-
.../java/org/apache/datasketches/cpc/CpcUnion.java | 4 +-
.../apache/datasketches/cpc/MergingValidation.java | 6 +-
.../datasketches/cpc/QuickMergingValidation.java | 6 +-
.../datasketches/cpc/StreamingValidation.java | 4 +-
.../java/org/apache/datasketches/fdt/Group.java | 2 +-
.../datasketches/frequencies/ItemsSketch.java | 2 +-
.../frequencies/ReversePurgeLongHashMap.java | 5 +-
.../apache/datasketches/kll/KllDoublesSketch.java | 3 -
.../apache/datasketches/kll/KllFloatsSketch.java | 3 -
.../datasketches/quantiles/DoublesSketch.java | 9 +-
.../apache/datasketches/quantiles/ItemsSketch.java | 32 +--
.../quantilescommon/QuantilesDoublesAPI.java | 18 --
.../quantilescommon/QuantilesFloatsAPI.java | 18 --
.../quantilescommon/QuantilesGenericAPI.java | 18 --
.../org/apache/datasketches/req/BaseReqSketch.java | 3 -
.../org/apache/datasketches/req/ReqSketch.java | 2 -
.../org/apache/datasketches/theta/BitPacking.java | 262 +++++++++++----------
.../apache/datasketches/theta/CompactSketch.java | 8 +-
.../apache/datasketches/theta/PreambleUtil.java | 2 +-
.../datasketches/kll/KllMiscDoublesTest.java | 1 -
.../apache/datasketches/kll/KllMiscFloatsTest.java | 1 -
.../quantiles/DirectCompactDoublesSketchTest.java | 1 -
.../quantiles/DirectUpdateDoublesSketchTest.java | 1 -
.../datasketches/quantiles/DoublesSketchTest.java | 2 -
.../quantiles/HeapCompactDoublesSketchTest.java | 1 -
.../quantiles/HeapUpdateDoublesSketchTest.java | 1 -
.../datasketches/quantiles/ItemsSketchTest.java | 1 -
.../datasketches/req/ReqSketchOtherTest.java | 2 -
.../org/apache/datasketches/req/ReqSketchTest.java | 4 -
.../apache/datasketches/theta/BitPackingTest.java | 12 +-
32 files changed, 174 insertions(+), 277 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]