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-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org