You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2019/08/26 01:06:04 UTC

[incubator-datasketches-java] 05/07: Merge branch 'master' into BkwardCompat

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

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

commit de94a102dad1107d422a7ce8c49feedad79dfd9a
Merge: 98801f0 0ba8f4c
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Aug 22 22:12:54 2019 -0700

    Merge branch 'master' into BkwardCompat

 src/main/java/com/yahoo/sketches/tuple/AnotB.java  |  2 +-
 .../tuple/ArrayOfDoublesSetOperationBuilder.java   |  4 +-
 .../yahoo/sketches/tuple/ArrayOfDoublesUnion.java  | 86 +++++--------------
 .../sketches/tuple/DirectArrayOfDoublesUnion.java  | 37 +++++++--
 .../sketches/tuple/HeapArrayOfDoublesAnotB.java    | 26 +++---
 .../sketches/tuple/HeapArrayOfDoublesUnion.java    | 22 +----
 .../sketches/tuple/SerializerDeserializer.java     | 31 -------
 .../sketches/tuple/ArrayOfDoublesAnotBTest.java    | 36 ++++++++
 .../sketches/tuple/ArrayOfDoublesUnionTest.java    | 96 +++++++++++++++++-----
 .../yahoo/sketches/tuple/ReadOnlyMemoryTest.java   | 17 ----
 .../UpdatableSketchWithDoubleSummaryTest.java      | 40 ++++++++-
 11 files changed, 223 insertions(+), 174 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org