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 2020/01/17 03:23:03 UTC

[incubator-datasketches-java] branch master updated (55f0cb0 -> 43888f9)

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/incubator-datasketches-java.git.


    from 55f0cb0  Merge pull request #291 from apache/SpotBugs
     add 8be970c  fixed getResult()
     add dcaa2dd  removed obsolete section
     add 4a89ae5  removed unused variable
     add 8b43f12  Add additional ctr to IntegerSketch and DoubleSketch
     add e9b3ec3  update DoubleSketch and IntegerSketch constructors to chain.
     add 51f985d  Merge branch 'AddCtrs' into fix_tuple_union
     add 64358ff  Fix IntegerSketch & DoubleSketch Ctrs.
     new 43888f9  Merge pull request #293 from apache/fix_tuple_union

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/tuple/QuickSelectSketch.java      |  5 --
 .../java/org/apache/datasketches/tuple/Union.java  | 66 ++++++++++++++++++----
 .../apache/datasketches/tuple/UpdatableSketch.java |  4 +-
 .../datasketches/tuple/adouble/DoubleSketch.java   | 21 ++++++-
 .../tuple/aninteger/IntegerSketch.java             | 21 ++++++-
 .../UpdatableSketchWithDoubleSummaryTest.java      | 23 +++++---
 6 files changed, 114 insertions(+), 26 deletions(-)


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


[incubator-datasketches-java] 01/01: Merge pull request #293 from apache/fix_tuple_union

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 43888f9ff326c36a8473bd4f3d1c5edc44473aaa
Merge: 55f0cb0 64358ff
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Jan 16 19:22:57 2020 -0800

    Merge pull request #293 from apache/fix_tuple_union
    
    Fix tuple union

 .../datasketches/tuple/QuickSelectSketch.java      |  5 --
 .../java/org/apache/datasketches/tuple/Union.java  | 66 ++++++++++++++++++----
 .../apache/datasketches/tuple/UpdatableSketch.java |  4 +-
 .../datasketches/tuple/adouble/DoubleSketch.java   | 21 ++++++-
 .../tuple/aninteger/IntegerSketch.java             | 21 ++++++-
 .../UpdatableSketchWithDoubleSummaryTest.java      | 23 +++++---
 6 files changed, 114 insertions(+), 26 deletions(-)


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