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

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


    from d09a39b0530 [fix](memory) Fix OwnedSlice free memory (#40043)
     add 06e095ceb69 [improve](statistics)Clean expired TableStatsMeta. (#39779)

No new revisions were added by this update.

Summary of changes:
 fe/fe-core/src/main/cup/sql_parser.cup             | 11 ++-
 .../apache/doris/analysis/ShowTableStatsStmt.java  | 40 ++++++++--
 .../java/org/apache/doris/qe/ShowExecutor.java     | 11 +++
 .../apache/doris/statistics/AnalysisManager.java   |  4 +
 .../apache/doris/statistics/StatisticsCleaner.java | 56 ++++++++++++++
 .../apache/doris/statistics/TableStatsMeta.java    | 25 ++++++
 .../hive/test_drop_expired_table_stats.groovy      | 90 ++++++++++++++++++++++
 7 files changed, 227 insertions(+), 10 deletions(-)
 create mode 100644 
regression-test/suites/external_table_p0/hive/test_drop_expired_table_stats.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to