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 8a761dff840 [Bug](materialized-view) fix create mv failed on unique table (#27971) add 02512cd0e25 [fix](stats)Drop stats or update updated rows after truncate table (#27931) No new revisions were added by this update. Summary of changes: .../apache/doris/datasource/InternalCatalog.java | 11 +++- .../apache/doris/service/FrontendServiceImpl.java | 8 +++ .../apache/doris/statistics/AnalysisManager.java | 6 +- .../doris/statistics/StatisticsAutoCollector.java | 30 --------- .../apache/doris/statistics/StatisticsCache.java | 30 +++++++++ .../doris/statistics/StatisticsRepository.java | 3 + .../org/apache/doris/statistics/CacheTest.java | 3 +- .../statistics/StatisticsAutoCollectorTest.java | 74 ---------------------- gensrc/thrift/FrontendService.thrift | 6 ++ .../suites/statistics/analyze_stats.groovy | 11 ++++ 10 files changed, 74 insertions(+), 108 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org