You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2021/08/10 11:23:59 UTC

[spark] branch master updated (7f56b73c -> 89d8a4e)

This is an automated email from the ASF dual-hosted git repository.

maxgekk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 7f56b73c [SPARK-36466][SQL] Table in unloaded catalog referenced by view should load correctly
     add 89d8a4e  [SPARK-36431][SQL] Support TypeCoercion of ANSI intervals with different fields

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/AnsiTypeCoercion.scala   |  5 ++
 .../spark/sql/catalyst/analysis/TypeCoercion.scala |  5 ++
 .../sql/catalyst/analysis/TypeCoercionSuite.scala  | 47 +++++++++++
 .../test/resources/sql-tests/inputs/interval.sql   | 13 +++
 .../sql-tests/results/ansi/interval.sql.out        | 98 +++++++++++++++++++++-
 .../resources/sql-tests/results/interval.sql.out   | 98 +++++++++++++++++++++-
 6 files changed, 258 insertions(+), 8 deletions(-)

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