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 2021/07/20 13:32:49 UTC

[spark] branch master updated (033a573 -> ddc61e6)

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 033a573  [SPARK-36046][SQL][FOLLOWUP] Implement prettyName for MakeTimestampNTZ and MakeTimestampLTZ
     add ddc61e6  [SPARK-36079][SQL] Null-based filter estimate should always be in the range [0, 1]

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/plans/logical/Statistics.scala    |  13 +
 .../logical/statsEstimation/EstimationUtils.scala  |  18 +-
 .../logical/statsEstimation/FilterEstimation.scala |  30 +--
 .../logical/statsEstimation/JoinEstimation.scala   |  13 +-
 .../statsEstimation/FilterEstimationSuite.scala    |  40 ++-
 .../approved-plans-modified/q19.sf100/explain.txt  | 254 +++++++++----------
 .../q19.sf100/simplified.txt                       | 104 ++++----
 .../approved-plans-modified/q68.sf100/explain.txt  | 207 ++++++++--------
 .../q68.sf100/simplified.txt                       | 141 ++++++-----
 .../approved-plans-modified/q73.sf100/explain.txt  | 272 +++++++++++----------
 .../q73.sf100/simplified.txt                       |  56 +++--
 11 files changed, 591 insertions(+), 557 deletions(-)

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