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/09 03:56:03 UTC

[spark] branch branch-3.2 updated (f1efc95 -> d99cbbf)

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

gengliang pushed a change to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from f1efc95  [SPARK-38412][SS] Fix the swapped sequence of from and to in StateSchemaCompatibilityChecker
     add d99cbbf  [SPARK-38407][SQL][3.2] 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