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 7b60f9d92722884ac48bd10da9bcd7fcbb0c93d6 Merge: 8437894 a0b6589 Author: Jon Malkin <[email protected]> AuthorDate: Tue Mar 25 19:19:15 2025 -0700 Merge pull request #27 from apache/to_binary add function to cast sketches to BinaryType to handle spark weirdness python/src/datasketches_spark/common.py | 16 ++++++ python/tests/kll_test.py | 13 ++++- .../sql/datasketches/common/CastToBinary.scala | 65 ++++++++++++++++++++++ .../common/DatasketchesFunctionRegistry.scala | 7 +++ .../spark/sql/datasketches/common/functions.scala | 31 +++++++++++ .../spark/sql/datasketches/kll/KllTest.scala | 23 +++++++- 6 files changed, 152 insertions(+), 3 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
