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 0a7a6f7  [SPARK-35483][FOLLOWUP][TESTS] Update run-tests.py doctest
     add 7635114  [SPARK-35916][SQL] Support subtraction among 
Date/Timestamp/TimestampWithoutTZ

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  4 +-
 .../spark/sql/catalyst/analysis/TypeCoercion.scala | 13 +++--
 .../catalyst/expressions/datetimeExpressions.scala |  8 ++-
 .../apache/spark/sql/types/AbstractDataType.scala  | 11 ++++
 .../expressions/DateExpressionsSuite.scala         | 65 +++++++++++++++++++++
 .../test/resources/sql-tests/inputs/datetime.sql   | 10 ++++
 .../sql-tests/results/ansi/datetime.sql.out        | 66 +++++++++++++++++++++-
 .../sql-tests/results/datetime-legacy.sql.out      | 66 +++++++++++++++++++++-
 .../resources/sql-tests/results/datetime.sql.out   | 66 +++++++++++++++++++++-
 .../typeCoercion/native/decimalPrecision.sql.out   | 16 +++---
 .../typeCoercion/native/promoteStrings.sql.out     |  4 +-
 11 files changed, 307 insertions(+), 22 deletions(-)

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

Reply via email to