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/09/07 19:32:53 UTC

[spark] branch master updated (3ff2def958b -> 333140fe908)

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 3ff2def958b [SPARK-40293][SQL] Make the V2 table error message more meaningful
     add 333140fe908 [SPARK-40291][SQL] Improve the message for column not in group by clause error

No new revisions were added by this update.

Summary of changes:
 core/src/main/resources/error/error-classes.json   |  6 ++++++
 .../sql/catalyst/analysis/CheckAnalysis.scala      |  6 +-----
 .../spark/sql/errors/QueryCompilationErrors.scala  |  7 +++++++
 .../sql/catalyst/analysis/AnalysisErrorSuite.scala |  2 +-
 .../sql-tests/results/group-by-filter.sql.out      | 16 +++++++++++++--
 .../resources/sql-tests/results/group-by.sql.out   | 24 +++++++++++++++++++---
 .../sql-tests/results/grouping_set.sql.out         |  8 +++++++-
 .../results/postgreSQL/create_view.sql.out         |  8 +++++++-
 .../sql-tests/results/udf/udf-group-by.sql.out     | 24 +++++++++++++++++++---
 .../apache/spark/sql/execution/SQLViewSuite.scala  | 10 ++++-----
 10 files changed, 90 insertions(+), 21 deletions(-)


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