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

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


    from b5639e846 Slight correction in test loop.
     add 193cfdf57 Completely remove SerVer 1 and 2 from the code.

No new revisions were added by this update.

Summary of changes:
 .../apache/datasketches/theta/CompactSketch.java   |  24 +-
 .../datasketches/theta/ForwardCompatibility.java   | 165 --------------
 .../datasketches/theta/BackwardConversions.java    | 240 --------------------
 .../apache/datasketches/theta/DirectUnionTest.java | 125 -----------
 .../org/apache/datasketches/theta/EmptyTest.java   |  46 ----
 .../theta/ForwardCompatibilityTest.java            | 219 ------------------
 .../apache/datasketches/theta/HeapUnionTest.java   | 116 ----------
 .../theta/HeapifyWrapSerVer1and2Test.java          | 245 ---------------------
 .../apache/datasketches/theta/SketchMiscTest.java  |  28 ---
 .../org/apache/datasketches/theta/SketchTest.java  |  38 +---
 .../apache/datasketches/theta/UnionImplTest.java   |  43 ----
 11 files changed, 3 insertions(+), 1286 deletions(-)
 delete mode 100644 
src/main/java/org/apache/datasketches/theta/ForwardCompatibility.java
 delete mode 100644 
src/test/java/org/apache/datasketches/theta/BackwardConversions.java
 delete mode 100644 
src/test/java/org/apache/datasketches/theta/ForwardCompatibilityTest.java


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

Reply via email to