You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2022/01/27 14:00:54 UTC

[spark] branch master updated (725df02 -> 88e8006)

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

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


    from 725df02  [SPARK-37983][SQL] Back out agg build time metrics from sort aggregate
     add 88e8006  [SPARK-38001][SQL] Replace the error classes related to unsupported features by `UNSUPPORTED_FEATURE`

No new revisions were added by this update.

Summary of changes:
 core/src/main/resources/error/error-classes.json   | 18 --------
 .../sql/catalyst/expressions/Expression.scala      |  2 +-
 .../expressions/InterpretedUnsafeProjection.scala  |  4 +-
 .../catalyst/expressions/codegen/javaCode.scala    |  2 +-
 .../spark/sql/errors/QueryCompilationErrors.scala  |  4 +-
 .../spark/sql/errors/QueryExecutionErrors.scala    | 26 +++--------
 .../expressions/LiteralExpressionSuite.scala       | 11 -----
 .../org/apache/spark/sql/DataFramePivotSuite.scala | 11 -----
 .../spark/sql/connector/InsertIntoTests.scala      | 16 -------
 .../errors/QueryCompilationErrorsDSv2Suite.scala   | 52 ++++++++++++++++++++++
 .../sql/errors/QueryExecutionErrorsSuite.scala     | 25 ++++++++++-
 11 files changed, 89 insertions(+), 82 deletions(-)
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/errors/QueryCompilationErrorsDSv2Suite.scala

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