You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2020/11/27 13:28:41 UTC

[spark] branch master updated (e432550 -> b9f2f78)

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 e432550  [SPARK-28645][SQL] ParseException is thrown when the window is redefined
     add b9f2f78  [SPARK-33498][SQL] Datetime parsing should fail if the input string can't be parsed, or the pattern string is invalid

No new revisions were added by this update.

Summary of changes:
 docs/sql-ref-ansi-compliance.md                    |   5 +
 .../spark/sql/catalyst/expressions/Cast.scala      |  33 ++++--
 .../catalyst/expressions/datetimeExpressions.scala |  51 ++++++---
 .../spark/sql/catalyst/util/DateTimeUtils.scala    |   9 ++
 .../spark/sql/catalyst/expressions/CastSuite.scala |  41 +++++--
 .../expressions/DateExpressionsSuite.scala         |  59 +++++++++-
 .../test/resources/sql-tests/inputs/datetime.sql   |  11 ++
 .../sql-tests/results/ansi/datetime.sql.out        | 123 ++++++++++++++++++---
 .../sql-tests/results/datetime-legacy.sql.out      |  74 ++++++++++++-
 .../resources/sql-tests/results/datetime.sql.out   |  74 ++++++++++++-
 .../results/postgreSQL/window_part3.sql.out        |   3 +-
 11 files changed, 424 insertions(+), 59 deletions(-)


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