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/06/07 10:45:08 UTC

[spark] branch master updated (f4c34aa6423 -> c227a05ec26)

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 f4c34aa6423 [SPARK-39286][DOC] Update documentation for the decode function
     add c227a05ec26 [SPARK-39392][SQL] Refine ANSI error messages for try_* function hints

No new revisions were added by this update.

Summary of changes:
 core/src/main/resources/error/error-classes.json   | 10 ++--
 .../org/apache/spark/SparkThrowableSuite.scala     |  3 +-
 .../spark/sql/errors/QueryExecutionErrors.scala    |  4 +-
 .../resources/sql-tests/results/ansi/array.sql.out |  8 +--
 .../resources/sql-tests/results/ansi/cast.sql.out  | 68 +++++++++++-----------
 .../resources/sql-tests/results/ansi/date.sql.out  |  6 +-
 .../results/ansi/datetime-parsing-invalid.sql.out  |  4 +-
 .../sql-tests/results/ansi/interval.sql.out        | 32 +++++-----
 .../resources/sql-tests/results/ansi/map.sql.out   |  8 +--
 .../results/ansi/string-functions.sql.out          |  8 +--
 .../resources/sql-tests/results/interval.sql.out   | 12 ++--
 .../sql-tests/results/postgreSQL/boolean.sql.out   | 32 +++++-----
 .../sql-tests/results/postgreSQL/float4.sql.out    | 14 ++---
 .../sql-tests/results/postgreSQL/float8.sql.out    | 10 ++--
 .../sql-tests/results/postgreSQL/int4.sql.out      | 12 ++--
 .../sql-tests/results/postgreSQL/int8.sql.out      | 22 +++----
 .../results/postgreSQL/select_having.sql.out       |  2 +-
 .../sql-tests/results/postgreSQL/text.sql.out      |  4 +-
 .../results/postgreSQL/window_part2.sql.out        |  6 +-
 .../results/postgreSQL/window_part3.sql.out        |  2 +-
 .../results/postgreSQL/window_part4.sql.out        |  2 +-
 .../results/timestampNTZ/timestamp-ansi.sql.out    |  2 +-
 .../udf/postgreSQL/udf-select_having.sql.out       |  2 +-
 .../sql/errors/QueryExecutionAnsiErrorsSuite.scala | 15 +++--
 24 files changed, 148 insertions(+), 140 deletions(-)


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