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/07/14 10:12:13 UTC

[spark] branch master updated (12a576f -> b866457)

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 12a576f  [SPARK-34892][SS] Introduce MergingSortWithSessionWindowStateIterator sorting input rows and rows in state efficiently
     add b866457  [SPARK-35780][SQL] Support DATE/TIMESTAMP literals across the full range

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/util/DateTimeUtils.scala    | 165 +++++++++++----------
 .../catalyst/expressions/AnsiCastSuiteBase.scala   |   2 -
 .../sql/catalyst/expressions/CastSuiteBase.scala   |   6 +
 .../expressions/HashExpressionsSuite.scala         |   4 +-
 .../sql/catalyst/util/DateTimeUtilsSuite.scala     |  66 ++++++++-
 .../test/resources/sql-tests/inputs/datetime.sql   |  15 ++
 .../sql-tests/results/ansi/datetime.sql.out        |  94 +++++++++++-
 .../sql-tests/results/datetime-legacy.sql.out      |  90 ++++++++++-
 .../resources/sql-tests/results/datetime.sql.out   |  90 ++++++++++-
 .../sql-tests/results/postgreSQL/date.sql.out      |  22 +--
 .../results/timestampNTZ/datetime.sql.out          |  90 ++++++++++-
 .../org/apache/spark/sql/SQLQueryTestSuite.scala   |   2 +
 .../sql/execution/datasources/json/JsonSuite.scala |  15 +-
 .../thriftserver/ThriftServerQueryTestSuite.scala  |   3 +
 14 files changed, 548 insertions(+), 116 deletions(-)

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