This is an automated email from the ASF dual-hosted git repository.
dtenedor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
from 721593ebc6c0 [SPARK-54864][SQL][FOLLOWUP] Fix rCTEs in NormalizePlan
add fc15f726eabd [SPARK-54785][SQL] Add support for binary sketch
aggregations in KLL
No new revisions were added by this update.
Summary of changes:
docs/sql-ref-sketch-aggregates.md | 73 +++-
.../source/reference/pyspark.sql/functions.rst | 3 +
python/pyspark/sql/connect/functions/builtin.py | 42 ++
python/pyspark/sql/functions/__init__.py | 3 +
python/pyspark/sql/functions/builtin.py | 132 ++++++
python/pyspark/sql/tests/test_functions.py | 91 ++++
.../scala/org/apache/spark/sql/functions.scala | 296 ++++++++++---
.../sql/catalyst/analysis/FunctionRegistry.scala | 33 +-
.../expressions/aggregate/kllAggregates.scala | 440 +++++++++++++++++--
.../sql-functions/sql-expression-schema.md | 3 +
.../analyzer-results/kllquantiles.sql.out | 485 +++++++++++++++++++++
.../resources/sql-tests/inputs/kllquantiles.sql | 206 ++++++++-
.../sql-tests/results/kllquantiles.sql.out | 454 +++++++++++++++++++
.../apache/spark/sql/DataFrameAggregateSuite.scala | 104 +++++
14 files changed, 2224 insertions(+), 141 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]