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/11/19 13:43:14 UTC

[spark] branch master updated (a03c540 -> 21b1350)

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 a03c540  [SPARK-33472][SQL] Adjust RemoveRedundantSorts rule order
     add 21b1350  [SPARK-33442][SQL] Change Combine Limit to Eliminate limit using max row

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/optimizer/Optimizer.scala   |  19 +-
 .../catalyst/optimizer/CombiningLimitsSuite.scala  |  31 +-
 .../catalyst/optimizer/LimitPushdownSuite.scala    |   4 +-
 .../approved-plans-v1_4/q16.sf100/explain.txt      |   6 +-
 .../approved-plans-v1_4/q16.sf100/simplified.txt   |   4 +-
 .../approved-plans-v1_4/q16/explain.txt            |   6 +-
 .../approved-plans-v1_4/q16/simplified.txt         |   4 +-
 .../approved-plans-v1_4/q23a.sf100/explain.txt     | 303 ++++++++--------
 .../approved-plans-v1_4/q23a.sf100/simplified.txt  | 381 ++++++++++-----------
 .../approved-plans-v1_4/q23a/explain.txt           | 239 +++++++------
 .../approved-plans-v1_4/q23a/simplified.txt        | 273 ++++++++-------
 .../approved-plans-v1_4/q38.sf100/explain.txt      | 139 ++++----
 .../approved-plans-v1_4/q38.sf100/simplified.txt   | 189 +++++-----
 .../approved-plans-v1_4/q38/explain.txt            | 113 +++---
 .../approved-plans-v1_4/q38/simplified.txt         | 125 ++++---
 .../approved-plans-v1_4/q92.sf100/explain.txt      |   6 +-
 .../approved-plans-v1_4/q92.sf100/simplified.txt   |   4 +-
 .../approved-plans-v1_4/q92/explain.txt            |   6 +-
 .../approved-plans-v1_4/q92/simplified.txt         |   4 +-
 .../approved-plans-v1_4/q94.sf100/explain.txt      |   6 +-
 .../approved-plans-v1_4/q94.sf100/simplified.txt   |   4 +-
 .../approved-plans-v1_4/q94/explain.txt            |   6 +-
 .../approved-plans-v1_4/q94/simplified.txt         |   4 +-
 .../approved-plans-v1_4/q95.sf100/explain.txt      |   6 +-
 .../approved-plans-v1_4/q95.sf100/simplified.txt   |   4 +-
 .../approved-plans-v1_4/q95/explain.txt            |   6 +-
 .../approved-plans-v1_4/q95/simplified.txt         |   4 +-
 .../approved-plans-v1_4/q96.sf100/explain.txt      |   6 +-
 .../approved-plans-v1_4/q96.sf100/simplified.txt   |   4 +-
 .../approved-plans-v1_4/q96/explain.txt            |   6 +-
 .../approved-plans-v1_4/q96/simplified.txt         |   4 +-
 .../approved-plans-v1_4/q97.sf100/explain.txt      |  63 ++--
 .../approved-plans-v1_4/q97.sf100/simplified.txt   |  91 +++--
 .../approved-plans-v1_4/q97/explain.txt            |  63 ++--
 .../approved-plans-v1_4/q97/simplified.txt         |  91 +++--
 .../apache/spark/sql/streaming/StreamSuite.scala   |   2 +-
 36 files changed, 1113 insertions(+), 1113 deletions(-)


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