This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
from 16196c0f897 [SPARK-432265][CORE][FOLLOW-UP] Add Mima excludes of
ErrorInfo and ErrorSubInfo for Scala 2.13
add 007c4593058 [SPARK-16484][SQL] Add support for Datasketches HllSketch
No new revisions were added by this update.
Summary of changes:
.../scala/org/apache/spark/sql/functions.scala | 151 ++++++++
dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +
.../source/reference/pyspark.sql/functions.rst | 4 +
python/pyspark/sql/connect/functions.py | 41 +++
python/pyspark/sql/functions.py | 151 ++++++++
sql/catalyst/pom.xml | 5 +
.../sql/catalyst/analysis/FunctionRegistry.scala | 4 +
.../aggregate/datasketchesAggregates.scala | 378 +++++++++++++++++++++
.../expressions/datasketchesExpressions.scala | 113 ++++++
.../aggregate/DatasketchesHllSketchSuite.scala | 111 ++++++
.../scala/org/apache/spark/sql/functions.scala | 168 +++++++++
.../sql-functions/sql-expression-schema.md | 6 +-
.../apache/spark/sql/DataFrameAggregateSuite.scala | 332 ++++++++++++++++++
13 files changed, 1465 insertions(+), 1 deletion(-)
create mode 100644
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/datasketchesAggregates.scala
create mode 100644
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datasketchesExpressions.scala
create mode 100644
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/aggregate/DatasketchesHllSketchSuite.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]