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 2021/01/05 05:20:53 UTC

[spark] branch master updated (bb6d6b5 -> 976e97a)

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 bb6d6b5  [SPARK-33964][SQL] Combine distinct unions in more cases
     add 976e97a  [SPARK-33794][SQL] NextDay expression throw runtime IllegalArgumentException when receiving invalid input under ANSI mode

No new revisions were added by this update.

Summary of changes:
 docs/sql-ref-ansi-compliance.md                    |  1 +
 .../catalyst/expressions/datetimeExpressions.scala | 72 +++++++++++++++-------
 .../spark/sql/catalyst/util/DateTimeUtils.scala    |  6 +-
 .../expressions/DateExpressionsSuite.scala         | 34 +++++++---
 .../sql/catalyst/util/DateTimeUtilsSuite.scala     |  7 +++
 .../test/resources/sql-tests/inputs/datetime.sql   |  7 +++
 .../sql-tests/results/ansi/datetime.sql.out        | 44 ++++++++++++-
 .../sql-tests/results/datetime-legacy.sql.out      | 42 ++++++++++++-
 .../resources/sql-tests/results/datetime.sql.out   | 42 ++++++++++++-
 9 files changed, 220 insertions(+), 35 deletions(-)


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