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 4e4a848c275 [SPARK-40707][CONNECT] Add groupby to connect DSL and test 
more than one grouping expressions
     add 47d119dfc1a [SPARK-40358][SQL] Migrate collection type check failures 
onto error classes

No new revisions were added by this update.

Summary of changes:
 core/src/main/resources/error/error-classes.json   |  40 +++++
 .../expressions/collectionOperations.scala         |  53 +++++--
 .../apache/spark/sql/catalyst/util/TypeUtils.scala |  28 +++-
 .../sql/catalyst/analysis/AnalysisErrorSuite.scala |  12 +-
 .../analysis/ExpressionTypeCheckingSuite.scala     | 175 ++++++++++++++++-----
 .../expressions/CollectionExpressionsSuite.scala   |  10 +-
 .../catalyst/expressions/ComplexTypeSuite.scala    |  10 +-
 .../expressions/HigherOrderFunctionsSuite.scala    |   5 +-
 .../sql/catalyst/expressions/PredicateSuite.scala  |   5 +-
 .../spark/sql/catalyst/util/TypeUtilsSuite.scala   |   5 +-
 .../sql-tests/results/ansi/interval.sql.out        |  32 +++-
 .../resources/sql-tests/results/ansi/map.sql.out   |  36 ++++-
 .../resources/sql-tests/results/interval.sql.out   |  32 +++-
 .../test/resources/sql-tests/results/map.sql.out   |  36 ++++-
 .../results/typeCoercion/native/mapconcat.sql.out  |  81 +++++++++-
 .../apache/spark/sql/DataFrameAggregateSuite.scala |  26 ++-
 .../apache/spark/sql/DataFrameFunctionsSuite.scala |  86 +++++++---
 17 files changed, 564 insertions(+), 108 deletions(-)


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

Reply via email to