You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ya...@apache.org on 2020/11/17 01:39:35 UTC

[spark] branch master updated (9ab0f82 -> f5e3302)

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

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


    from 9ab0f82  [SPARK-23499][MESOS] Support for priority queues in Mesos scheduler
     add f5e3302  [SPARK-33399][SQL] Normalize output partitioning and sortorder with respect to aliases to avoid unneeded exchange/sort nodes

No new revisions were added by this update.

Summary of changes:
 .../sql/execution/AliasAwareOutputExpression.scala |   32 +-
 .../approved-plans-v1_4/q2.sf100/explain.txt       |  169 ++-
 .../approved-plans-v1_4/q2.sf100/simplified.txt    |   97 +-
 .../approved-plans-v1_4/q23a.sf100/explain.txt     |  782 +++++++-------
 .../approved-plans-v1_4/q23a.sf100/simplified.txt  |  155 +--
 .../approved-plans-v1_4/q23b.sf100/explain.txt     | 1132 ++++++++++----------
 .../approved-plans-v1_4/q23b.sf100/simplified.txt  |  241 +++--
 .../approved-plans-v1_4/q95.sf100/explain.txt      |  350 +++---
 .../approved-plans-v1_4/q95.sf100/simplified.txt   |   82 +-
 .../apache/spark/sql/execution/PlannerSuite.scala  |  164 +++
 10 files changed, 1718 insertions(+), 1486 deletions(-)


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