This is an automated email from the ASF dual-hosted git repository. lijibing pushed a change to branch 2.0.15-tebu in repository https://gitbox.apache.org/repos/asf/doris.git
from 541880788f0 [Fix](inverted index) fix wrong opt for count_on_index #41127 (#41153) new b83949025cd [improvement](statistics)Remove analyze retry logic. (#41224) new 769f2c052e2 [improvement](statistics)Return -1 to neredis if report olap table row count for new table is not done for all tablets. (#40457) (#40973) new 1515e17127c [fix](statistics)Fix drop stats log editlog bug. Catch drop stats exception while truncate table. (#40738) (#40979) new 6e59d8720c7 [fix](statistics)Fix empty table keep auto analyze bug. (#40811) #40982 (#40982) new 1a67fe0d0ae [improvement](statistics)Support partition row count return -1 when it is not fully reported. (#41348) (#41410) The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: be/src/olap/tablet_manager.cpp | 1 + .../apache/doris/alter/SchemaChangeHandler.java | 12 +- .../org/apache/doris/alter/SchemaChangeJobV2.java | 6 +- .../apache/doris/analysis/ShowTableStatsStmt.java | 51 +++-- .../main/java/org/apache/doris/catalog/Env.java | 6 +- .../apache/doris/catalog/MaterializedIndex.java | 11 + .../java/org/apache/doris/catalog/OlapTable.java | 43 +++- .../java/org/apache/doris/catalog/Replica.java | 10 + .../org/apache/doris/catalog/TabletStatMgr.java | 29 ++- .../java/org/apache/doris/qe/ShowExecutor.java | 13 +- .../apache/doris/service/FrontendServiceImpl.java | 3 - .../doris/statistics/AnalysisInfoBuilder.java | 2 +- .../apache/doris/statistics/AnalysisManager.java | 92 +++++---- .../apache/doris/statistics/BaseAnalysisTask.java | 34 +-- .../org/apache/doris/statistics/HistogramTask.java | 5 - .../apache/doris/statistics/OlapAnalysisTask.java | 2 +- .../doris/statistics/StatisticConstants.java | 2 - .../apache/doris/statistics/TableStatsMeta.java | 18 +- .../doris/statistics/util/StatisticsUtil.java | 35 ++-- .../doris/transaction/DatabaseTransactionMgr.java | 3 + .../org/apache/doris/catalog/OlapTableTest.java | 47 +++++ gensrc/thrift/BackendService.thrift | 1 + .../suites/statistics/analyze_stats.groovy | 2 +- .../suites/statistics/test_analyze_mv.groovy | 83 +++++++- .../statistics/test_drop_stats_and_truncate.groovy | 227 +++++++++++++++++++++ 25 files changed, 550 insertions(+), 188 deletions(-) create mode 100644 regression-test/suites/statistics/test_drop_stats_and_truncate.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org