You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2021/01/07 05:41:41 UTC

[spark] branch master updated (3aa4e11 -> aa509c1)

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

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


    from 3aa4e11  [SPARK-33861][SQL][FOLLOWUP] Simplify conditional in predicate should consider deterministic
     add aa509c1  [SPARK-34031][SQL] Union operator missing rowCount when CBO enabled

No new revisions were added by this update.

Summary of changes:
 .../plans/logical/basicLogicalOperators.scala      |   2 +-
 .../statsEstimation/BasicStatsPlanVisitor.scala    |  10 +-
 .../BasicStatsEstimationSuite.scala                |  11 +
 .../approved-plans-v1_4/q2.sf100/explain.txt       | 128 ++--
 .../approved-plans-v1_4/q2.sf100/simplified.txt    |  98 ++-
 .../approved-plans-v1_4/q5.sf100/explain.txt       | 220 +++----
 .../approved-plans-v1_4/q5.sf100/simplified.txt    |  64 +-
 .../approved-plans-v1_4/q54.sf100/explain.txt      | 726 ++++++++++-----------
 .../approved-plans-v1_4/q54.sf100/simplified.txt   | 244 ++++---
 .../approved-plans-v2_7/q5a.sf100/explain.txt      | 210 +++---
 .../approved-plans-v2_7/q5a.sf100/simplified.txt   |  64 +-
 11 files changed, 874 insertions(+), 903 deletions(-)


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