You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2020/12/14 01:28:09 UTC

[spark] branch master updated (8197ee3 -> 6e86279)

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

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


    from 8197ee3  [SPARK-33690][SQL] Escape meta-characters in showString
     add 6e86279  [SPARK-33723][SQL] ANSI mode: Casting String to Date should throw exception on parse error

No new revisions were added by this update.

Summary of changes:
 docs/sql-ref-ansi-compliance.md                    |  1 +
 .../spark/sql/catalyst/expressions/Cast.scala      | 27 +++++++++-----
 .../spark/sql/catalyst/util/DateTimeUtils.scala    | 11 +++---
 .../spark/sql/catalyst/expressions/CastSuite.scala | 41 ++++++++++++++++++----
 .../test/resources/sql-tests/inputs/datetime.sql   |  5 +--
 .../sql-tests/results/ansi/datetime.sql.out        | 11 +++++-
 .../sql-tests/results/datetime-legacy.sql.out      | 10 +++++-
 .../resources/sql-tests/results/datetime.sql.out   | 10 +++++-
 8 files changed, 92 insertions(+), 24 deletions(-)


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