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/24 06:01:20 UTC

[spark] branch master updated (57f3f0fdd3a -> 9f0aa27a24d)

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 57f3f0fdd3a [MINOR][SQL] Fix error message for `UNEXPECTED_INPUT_TYPE`
     add 9f0aa27a24d [SPARK-41176][SQL] Assign a name to the error class _LEGACY_ERROR_TEMP_1042

No new revisions were added by this update.

Summary of changes:
 core/src/main/resources/error/error-classes.json   | 10 +++---
 .../spark/sql/errors/QueryCompilationErrors.scala  | 13 ++++---
 .../results/ansi/string-functions.sql.out          | 16 ++++-----
 .../results/ceil-floor-with-scale-param.sql.out    | 16 ++++-----
 .../sql-tests/results/csv-functions.sql.out        |  8 ++---
 .../sql-tests/results/json-functions.sql.out       | 32 ++++++++---------
 .../sql-tests/results/string-functions.sql.out     | 16 ++++-----
 .../results/table-valued-functions.sql.out         |  2 +-
 .../sql-tests/results/timestamp-ntz.sql.out        |  8 ++---
 .../resources/sql-tests/results/udaf/udaf.sql.out  |  8 ++---
 .../sql-tests/results/udf/udf-udaf.sql.out         |  8 ++---
 .../apache/spark/sql/DataFrameFunctionsSuite.scala | 37 ++++++++++++++-----
 .../scala/org/apache/spark/sql/SQLQuerySuite.scala | 18 ++++++++--
 .../apache/spark/sql/StringFunctionsSuite.scala    | 21 ++++++++---
 .../test/scala/org/apache/spark/sql/UDFSuite.scala | 41 +++++++++++++++++-----
 .../spark/sql/hive/execution/HiveUDAFSuite.scala   |  9 ++---
 16 files changed, 166 insertions(+), 97 deletions(-)


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