You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ge...@apache.org on 2022/03/07 12:10:50 UTC

[spark] branch master updated (e21cb62 -> c1e5e8a)

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 e21cb62  [SPARK-38335][SQL] Implement parser support for DEFAULT column values
     add c1e5e8a  [SPARK-38407][SQL] ANSI Cast: loosen the limitation of casting non-null complex types

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/expressions/Cast.scala      |  14 +--
 .../spark/sql/catalyst/expressions/TryCast.scala   |  30 ++++-
 .../catalyst/expressions/AnsiCastSuiteBase.scala   | 122 +++++++++++++++++++++
 .../spark/sql/catalyst/expressions/CastSuite.scala |  55 ++++++++++
 .../sql/catalyst/expressions/CastSuiteBase.scala   |  52 ---------
 5 files changed, 209 insertions(+), 64 deletions(-)

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