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 b4a6eb6  [SPARK-37164][SQL] Add ExpressionBuilder for functions with 
complex overloads
     add 6d42230  [SPARK-37168][SQL] Improve error messages for SQL functions 
and operators under ANSI mode

No new revisions were added by this update.

Summary of changes:
 core/src/main/resources/error/error-classes.json   |  6 +-
 .../catalyst/expressions/datetimeExpressions.scala | 90 ++++++++++++++--------
 .../catalyst/expressions/intervalExpressions.scala | 13 +++-
 .../spark/sql/catalyst/util/DateTimeUtils.scala    |  6 +-
 .../spark/sql/errors/QueryExecutionErrors.scala    | 48 ++++++++++--
 .../expressions/StringExpressionsSuite.scala       |  2 +-
 .../resources/sql-tests/results/ansi/array.sql.out | 14 ++--
 .../resources/sql-tests/results/ansi/date.sql.out  |  8 +-
 .../resources/sql-tests/results/ansi/map.sql.out   |  4 +-
 .../sql-tests/results/ansi/timestamp.sql.out       | 20 ++---
 .../sql-tests/results/postgreSQL/date.sql.out      |  6 +-
 .../results/timestampNTZ/timestamp-ansi.sql.out    | 20 ++---
 12 files changed, 155 insertions(+), 82 deletions(-)

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

Reply via email to