You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by hv...@apache.org on 2021/04/19 19:26:28 UTC

[spark] branch master updated (00f06dd -> 9a6d773)

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

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


    from 00f06dd  [SPARK-35131][K8S] Support early driver service clean-up during app termination
     add 9a6d773  [SPARK-35103][SQL] Make TypeCoercion rules more efficient

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/AnsiTypeCoercion.scala   |  17 +-
 .../sql/catalyst/analysis/DecimalPrecision.scala   |  52 +++---
 .../spark/sql/catalyst/analysis/TypeCoercion.scala | 195 +++++++++++----------
 .../catalyst/expressions/aggregate/Average.scala   |   2 +-
 .../spark/sql/catalyst/plans/QueryPlan.scala       |   9 +-
 .../sql-tests/results/postgreSQL/numeric.sql.out   |   8 +-
 .../approved-plans-v2_7/q77a.sf100/explain.txt     |  58 +++---
 .../approved-plans-v2_7/q77a/explain.txt           |  58 +++---
 8 files changed, 209 insertions(+), 190 deletions(-)

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