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 8437894 Merge pull request #26 from apache/test_improvements
add be83fd5 add function to cast sketches to BinaryType to handle spark
weirdness
add a0b6589 fix prettyName and remove commented-out example
new 7b60f9d Merge pull request #27 from apache/to_binary
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:
python/src/datasketches_spark/common.py | 16 ++++++
python/tests/kll_test.py | 13 ++++-
.../sql/datasketches/common/CastToBinary.scala | 65 ++++++++++++++++++++++
.../common/DatasketchesFunctionRegistry.scala | 7 +++
.../functions.scala} | 17 ++++--
.../spark/sql/datasketches/kll/KllTest.scala | 23 +++++++-
6 files changed, 134 insertions(+), 7 deletions(-)
create mode 100644
src/main/scala/org/apache/spark/sql/datasketches/common/CastToBinary.scala
copy
src/main/scala/org/apache/spark/sql/datasketches/{theta/ThetaSketchConstants.scala
=> common/functions.scala} (70%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]