You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2020/09/03 14:50:37 UTC

[spark] branch master updated (ffd5227 -> a6114d8)

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

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


    from ffd5227  [SPARK-32730][SQL] Improve LeftSemi and Existence SortMergeJoin right side buffering
     add a6114d8  [SPARK-32638][SQL] Corrects references when adding aliases in WidenSetOperationTypes

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     | 225 +++++++++++----------
 .../spark/sql/catalyst/analysis/TypeCoercion.scala |  79 +++++---
 .../sql/catalyst/analysis/TypeCoercionSuite.scala  |  17 +-
 .../src/test/resources/sql-tests/inputs/except.sql |  19 ++
 .../resources/sql-tests/inputs/intersect-all.sql   |  15 ++
 .../src/test/resources/sql-tests/inputs/union.sql  |  14 ++
 .../resources/sql-tests/results/except.sql.out     |  58 +++++-
 .../sql-tests/results/intersect-all.sql.out        |  42 +++-
 .../test/resources/sql-tests/results/union.sql.out |  43 +++-
 9 files changed, 378 insertions(+), 134 deletions(-)


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