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

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


    from 8eaf0d3a4b [fix](Nereids) ctas varchar length should set to max except 
column from slot (#25003)
     add 4c94820ff9 [opt](nereids) adjust column stats in filter estimation 
(#24973)

No new revisions were added by this update.

Summary of changes:
 .../nereids/jobs/cascades/DeriveStatsJob.java      |   2 +-
 .../doris/nereids/stats/FilterEstimation.java      | 215 +++++++++++++-------
 .../apache/doris/nereids/stats/JoinEstimation.java |   2 +-
 .../doris/nereids/stats/StatsCalculator.java       |   2 +-
 .../apache/doris/statistics/StatisticRange.java    |  21 +-
 .../org/apache/doris/statistics/Statistics.java    |  21 +-
 .../doris/nereids/stats/FilterEstimationTest.java  |  12 +-
 .../nereids_tpcds_shape_sf100_p0/shape/query13.out |  48 ++---
 .../nereids_tpcds_shape_sf100_p0/shape/query18.out |  45 +++--
 .../nereids_tpcds_shape_sf100_p0/shape/query4.out  |   8 +-
 .../nereids_tpcds_shape_sf100_p0/shape/query48.out |  12 +-
 .../nereids_tpcds_shape_sf100_p0/shape/query85.out |  17 +-
 .../nereids_tpcds_shape_sf100_p0/shape/query88.out | 216 +++++++++++----------
 .../nereids_tpcds_shape_sf100_p0/rf/ds_rf13.groovy |   2 +-
 .../nereids_tpcds_shape_sf100_p0/rf/ds_rf18.groovy |   2 +-
 .../nereids_tpcds_shape_sf100_p0/rf/ds_rf48.groovy |   2 +-
 .../nereids_tpcds_shape_sf100_p0/rf/ds_rf85.groovy |   2 +-
 .../nereids_tpcds_shape_sf100_p0/rf/ds_rf88.groovy |   2 +-
 tools/profile_viewer.py                            |   6 +-
 19 files changed, 374 insertions(+), 263 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to