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 c076377  Merge pull request #371 from 
apache/tupleUpdatableSerDeDeprecation
     add df46f16  Fix Mikhails bug
     add 4273a53  Fix Mikhail's Bug # 2
     add c89e071  This fixes Mikhail's Bug: datasketches-java Issue #368.
     add 15c0fcd  Add Mikhail's bug as specific test.
     add 42134d8  Add license.
     add 8cfe98d  Fixes as a result of PR Review (mostly).
     add 4585ddc  Update changes in FixMikhailsBug
     add 08b590a  Added tests for the tuple intersections(Tuple, Theta) and 
AnotB(Tuple, Theta). And found some bugs that are now fixed.
     add c801e97  Merge branch 'master' into FixMikhailsBug
     add c710eb8  Rewrote the Tuple AnotB logic.
     add c9f2fb3  Fix testng.annotations.Test missing -- can't have @Test 
functions in main.
     add d54bf6c  Update
     add 370df32  Javadoc update
     add 80b990c  Renaming of enum constants to be consistent with website 
documentation.
     add 9de5cd7  Fixes relative to review comments.
     add 8fd253e  Changes as a result of 2nd reviews.
     new 2e51e5b  Merge pull request #369 from apache/FixMikhailsBug

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:
 .../org/apache/datasketches/BinomialBoundsN.java   |   8 +-
 src/main/java/org/apache/datasketches/Family.java  |   2 +-
 .../datasketches/SetOperationCornerCases.java      | 188 ++++++
 .../java/org/apache/datasketches/theta/AnotB.java  |   6 +-
 .../org/apache/datasketches/theta/AnotBimpl.java   |  13 +-
 .../java/org/apache/datasketches/tuple/AnotB.java  | 405 +++++++++----
 .../apache/datasketches/tuple/CompactSketch.java   |   5 +-
 .../org/apache/datasketches/tuple/HashTables.java  | 170 ++++++
 .../apache/datasketches/tuple/Intersection.java    | 218 ++-----
 .../datasketches/tuple/QuickSelectSketch.java      |  12 +-
 .../java/org/apache/datasketches/tuple/Sketch.java |   5 +
 .../theta/CornerCaseThetaSetOperationsTest.java    | 558 ++++++++++++++++++
 .../org/apache/datasketches/tuple/MiscTest.java    |  28 +
 .../CornerCaseTupleSetOperationsTest.java          | 632 +++++++++++++++++++++
 .../tuple/aninteger/MikhailsBugTupleTest.java      |  74 +++
 15 files changed, 2034 insertions(+), 290 deletions(-)
 create mode 100644 
src/main/java/org/apache/datasketches/SetOperationCornerCases.java
 create mode 100644 src/main/java/org/apache/datasketches/tuple/HashTables.java
 create mode 100644 
src/test/java/org/apache/datasketches/theta/CornerCaseThetaSetOperationsTest.java
 create mode 100644 
src/test/java/org/apache/datasketches/tuple/aninteger/CornerCaseTupleSetOperationsTest.java
 create mode 100644 
src/test/java/org/apache/datasketches/tuple/aninteger/MikhailsBugTupleTest.java

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

Reply via email to