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

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


    from 005c2cd43b [feature](remote) support local cache GC by disk usage 
(#12897)
     add b82e54a525 [feature](statistics) support to drop table or partition 
statistics (#13303)

No new revisions were added by this update.

Summary of changes:
 fe/fe-core/src/main/cup/sql_parser.cup             |   5 +
 .../apache/doris/analysis/AlterTableStatsStmt.java |   6 +-
 .../apache/doris/analysis/DropTableStatsStmt.java  | 140 +++++++++++++++++++++
 .../main/java/org/apache/doris/qe/DdlExecutor.java |   3 +
 .../org/apache/doris/statistics/Statistics.java    |  25 ++++
 .../apache/doris/statistics/StatisticsManager.java |  31 +++--
 .../org/apache/doris/statistics/TableStats.java    |  11 +-
 .../doris/statistics/StatisticsManagerTest.java    |  47 +++++++
 8 files changed, 251 insertions(+), 17 deletions(-)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/analysis/DropTableStatsStmt.java


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

Reply via email to