You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ge...@apache.org on 2021/08/11 03:56:23 UTC

[spark] branch master updated (1dced49 -> 3029e62)

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 1dced49  [SPARK-36052][K8S] Introducing a limit for pending PODs
     add 3029e62  [SPARK-36445][SQL] ANSI type coercion rule for date time operations

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/AnsiTypeCoercion.scala   | 28 ++++++-
 .../spark/sql/catalyst/analysis/TypeCoercion.scala | 49 +++++------
 .../src/test/resources/sql-tests/inputs/date.sql   | 10 ++-
 .../test/resources/sql-tests/inputs/timestamp.sql  |  6 ++
 .../resources/sql-tests/results/ansi/date.sql.out  | 60 +++++++++++++-
 .../sql-tests/results/ansi/interval.sql.out        |  5 +-
 .../sql-tests/results/ansi/timestamp.sql.out       | 45 +++++++++-
 .../test/resources/sql-tests/results/date.sql.out  | 54 +++++++++++-
 .../sql-tests/results/datetime-legacy.sql.out      | 96 +++++++++++++++++++++-
 .../resources/sql-tests/results/timestamp.sql.out  | 44 +++++++++-
 .../results/timestampNTZ/timestamp-ansi.sql.out    | 45 +++++++++-
 .../results/timestampNTZ/timestamp.sql.out         | 44 +++++++++-
 12 files changed, 444 insertions(+), 42 deletions(-)

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