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-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to