You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by vi...@apache.org on 2020/10/16 21:54:33 UTC

[spark] branch master updated (ce6180c -> e574fcd)

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

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


    from ce6180c  [SPARK-33154][CORE][K8S] Handle cleaned shuffles during migration
     add e574fcd  [SPARK-32376][SQL] Make unionByName null-filling behavior work with struct columns

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/ResolveUnion.scala | 192 +++++++++++++++++++--
 .../catalyst/expressions/complexTypeCreator.scala  |  52 +++++-
 .../expressions/complexTypeExtractors.scala        |   4 +-
 .../org/apache/spark/sql/types/StructType.scala    |  35 ++++
 .../apache/spark/sql/types/StructTypeSuite.scala   |  96 ++++++++++-
 .../main/scala/org/apache/spark/sql/Column.scala   |  36 +---
 .../main/scala/org/apache/spark/sql/Dataset.scala  |   6 +
 .../spark/sql/DataFrameSetOperationsSuite.scala    | 181 +++++++++++++++++++
 8 files changed, 555 insertions(+), 47 deletions(-)


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