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 2022/09/15 07:52:26 UTC

[spark] branch master updated (034e48fd47f -> 6d067d059f3)

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 034e48fd47f [SPARK-40429][SQL] Only set KeyGroupedPartitioning when the referenced column is in the output
     add 6d067d059f3 [SPARK-40370][SQL] Migrate type check fails to error classes in CAST

No new revisions were added by this update.

Summary of changes:
 core/src/main/resources/error/error-classes.json   |  17 ++
 .../org/apache/spark/SparkThrowableHelper.scala    |   7 +-
 .../spark/sql/catalyst/expressions/Cast.scala      |  76 +++++----
 .../sql/catalyst/expressions/CastSuiteBase.scala   |  33 ++--
 .../catalyst/expressions/CastWithAnsiOnSuite.scala |  23 ++-
 .../resources/sql-tests/results/ansi/cast.sql.out  | 176 +++++++++++++++++----
 .../native/stringCastAndExpressions.sql.out        |  51 +++++-
 .../scala/org/apache/spark/sql/DatasetSuite.scala  |  14 +-
 8 files changed, 300 insertions(+), 97 deletions(-)


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