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

jmalkin pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-spark.git


    from 636ee8c  Merge pull request #2 from apache/import_kll
     add 1a9bc31  Remove need for extra wrapper around sketch, although still a 
bunch to clean up
     add 6d22649  Clean up references to wrapper and remove that class
     new 70e8349  Merge pull request #3 from apache/remove_wrapper

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:
 .../apache/spark/sql/aggregate/KllAggregate.scala  | 39 +++++++++---------
 .../org/apache/spark/sql/aggregate/KllMerge.scala  | 32 +++++++--------
 .../spark/sql/types/KllDoublesSketchType.scala     | 14 ++++---
 .../spark/sql/types/KllDoublesSketchWrapper.scala  | 47 ----------------------
 src/test/scala/org/apache/spark/sql/KllTest.scala  | 25 +++++++++++-
 5 files changed, 66 insertions(+), 91 deletions(-)
 delete mode 100644 
src/main/scala/org/apache/spark/sql/types/KllDoublesSketchWrapper.scala


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

Reply via email to