This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/datasketches-spark.git
commit 395c55eac11f997af0b7126da0e98f3ff869dfc1 Merge: 50220f6 c2d8ac0 Author: Jon Malkin <[email protected]> AuthorDate: Tue Jan 21 16:24:29 2025 -0800 Merge pull request #12 from apache/restructure Restructure repo as a proposal for future manageability build.sbt | 15 +- .../scala/org/apache/spark/sql/functions_ds.scala | 208 --------------------- .../sql/{ => kll}/aggregate/KllAggregate.scala | 2 +- .../spark/sql/{ => kll}/aggregate/KllMerge.scala | 10 +- .../sql/{ => kll}/expressions/KllExpressions.scala | 38 ++-- .../sql/{ => kll}/types/KllDoublesSketchType.scala | 0 .../registrar/DatasketchesFunctionRegistry.scala | 24 +-- .../DatasketchesScalaFunctionsBase.scala} | 24 +-- .../spark/sql/registrar/KllFunctionRegistry.scala | 35 ++++ .../ThetaFunctionRegistry.scala} | 27 ++- .../sql/registrar/functions_datasketches_kll.scala | 155 +++++++++++++++ .../registrar/functions_datasketches_theta.scala | 65 +++++++ .../{ => theta}/aggregate/ThetaSketchBuild.scala | 0 .../sql/{ => theta}/aggregate/ThetaUnion.scala | 0 .../{ => theta}/expressions/ThetaExpressions.scala | 6 +- .../sql/{ => theta}/types/ThetaSketchType.scala | 0 .../sql/{ => theta}/types/ThetaSketchWrapper.scala | 0 src/test/scala/org/apache/spark/sql/KllTest.scala | 68 +++---- .../scala/org/apache/spark/sql/ThetaTest.scala | 8 +- 19 files changed, 352 insertions(+), 333 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
