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 332e252  [SPARK-29425][SQL] The ownership of a database should be 
respected
     add b9cae37  [SPARK-29774][SQL] Date and Timestamp type +/- null should be 
null as Postgres

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  60 +++++
 .../spark/sql/catalyst/analysis/TypeCoercion.scala |  61 ++---
 .../catalyst/expressions/datetimeExpressions.scala |  20 +-
 .../sql/catalyst/analysis/TypeCoercionSuite.scala  |  59 -----
 .../expressions/DateExpressionsSuite.scala         |  16 ++
 .../test/resources/sql-tests/inputs/datetime.sql   |  48 +++-
 .../resources/sql-tests/results/datetime.sql.out   | 280 +++++++++++++++++++--
 .../typeCoercion/native/dateTimeOperations.sql.out |  54 ++--
 .../typeCoercion/native/decimalPrecision.sql.out   |  48 ++--
 .../typeCoercion/native/promoteStrings.sql.out     |  15 +-
 10 files changed, 457 insertions(+), 204 deletions(-)


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

Reply via email to