This is an automated email from the ASF dual-hosted git repository.
gengliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
from d86d646c762 [SPARK-40479][SQL] Migrate unexpected input type error to
an error class
add f89b847e921 [SPARK-40416][SQL] Move subquery expression CheckAnalysis
error messages to use the new error framework
No new revisions were added by this update.
Summary of changes:
core/src/main/resources/error/error-classes.json | 79 +++++++++++++++++
.../scala/org/apache/spark/SparkFunSuite.scala | 10 +++
.../sql/catalyst/analysis/CheckAnalysis.scala | 99 ++++++++++++++++------
.../spark/sql/catalyst/analysis/package.scala | 23 ++++-
.../spark/sql/catalyst/expressions/subquery.scala | 2 +-
.../spark/sql/errors/QueryCompilationErrors.scala | 10 ++-
.../sql/catalyst/analysis/AnalysisErrorSuite.scala | 16 ++--
.../sql-tests/results/join-lateral.sql.out | 56 +++++++++---
.../results/postgreSQL/aggregates_part1.sql.out | 15 +++-
.../negative-cases/invalid-correlation.sql.out | 52 +++++++++---
.../negative-cases/subq-input-typecheck.sql.out | 30 ++++++-
.../udf/postgreSQL/udf-aggregates_part1.sql.out | 15 +++-
.../sql-tests/results/udf/udf-except.sql.out | 23 +++--
.../scala/org/apache/spark/sql/SubquerySuite.scala | 84 +++++++++++++-----
14 files changed, 411 insertions(+), 103 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]