This is an automated email from the ASF dual-hosted git repository.
alsay pushed a change to branch theta
in repository https://gitbox.apache.org/repos/asf/datasketches-spark.git
from 5addc8d fixed union
add 1669753 Fix typo
add 3923c57 Move funtion registration from trait to accompanying object
add f6c79bc Remove now-deleted wrapper from codegen for expressions
add 1944a2b Merge pull request #6 from apache/cleanup
add b8c806f Merge branch 'main' of github.com:apache/datasketches-spark
add 455dcde Two unrelated changes. Add type-checking to k in sketch
creation, and modify pmf/cdf to allow simpler registration for SQL
add c689e44 Clean up codegen errors a bit -- still one for pmf/cdf but
fallback works ok
add de14d0e Merge pull request #8 from apache/simplify_registration
add ea0c699 Update kll merge to accept k or fall back toa default value.
SQL currently complains if specifying k
add b4c2478 Define more merge constructors to fix SQL multi-argument issue
add 5102ed5 Update KllMerge.scala
add 8d07a4c Merge pull request #9 from apache/kll_merge
add 8b8d855 Rename function inputs to something useful, define e.g. left
and right elsewhere to satisfy interface API
add 867c6c8 Merge pull request #10 from apache/renaming
add 923c640 Merge branch 'main' into theta
No new revisions were added by this update.
Summary of changes:
README.md | 3 +-
build.sbt | 4 -
.../apache/spark/sql/aggregate/KllAggregate.scala | 67 +++++---
.../org/apache/spark/sql/aggregate/KllMerge.scala | 147 ++++++++++-------
.../spark/sql/expressions/KllExpressions.scala | 181 ++++++++++++++++-----
.../scala/org/apache/spark/sql/functions_ds.scala | 24 ++-
.../registrar/DatasketchesFunctionRegistry.scala | 27 +--
.../spark/sql/types/KllDoublesSketchType.scala | 9 +
src/test/scala/org/apache/spark/sql/KllTest.scala | 61 +++++--
.../org/apache/spark/sql/SparkSessionManager.scala | 1 +
10 files changed, 360 insertions(+), 164 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]