You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2022/11/04 17:57:42 UTC

[spark] branch master updated (f31f64d15bc -> a2a8de978de)

This is an automated email from the ASF dual-hosted git repository.

maxgekk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


    from f31f64d15bc [SPARK-40533][CONNECT][PYTHON] Support most built-in literal types for Python in Spark Connect
     add a2a8de978de [SPARK-40769][CORE][SQL] Migrate type check failures of aggregate expressions onto error classes

No new revisions were added by this update.

Summary of changes:
 core/src/main/resources/error/error-classes.json   | 11 ++++
 .../sql/catalyst/expressions/aggregate/Count.scala | 19 ++++--
 .../expressions/aggregate/CountMinSketchAgg.scala  | 67 +++++++++++++++----
 .../expressions/aggregate/HistogramNumeric.scala   | 26 ++++++--
 .../catalyst/expressions/aggregate/collect.scala   | 13 +++-
 .../apache/spark/sql/errors/QueryErrorsBase.scala  |  4 ++
 .../aggregate/CountMinSketchAggSuite.scala         | 77 ++++++++++++++++------
 .../aggregate/HistogramNumericSuite.scala          | 33 ++++++++--
 .../test/resources/sql-tests/results/count.sql.out | 12 ++--
 .../apache/spark/sql/DataFrameAggregateSuite.scala | 10 ++-
 10 files changed, 218 insertions(+), 54 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org