This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from bedec814816 [fix](nereids)TableQueryPlanAction can't work when having empty relation (#49178) add 1252261f65e [Test](nereids) add UT for dropCached/Expired/StatsCommand in nereids (#49308) No new revisions were added by this update. Summary of changes: .../doris/nereids/parser/LogicalPlanBuilder.java | 7 +- .../plans/commands/DropCachedStatsCommand.java | 16 +- .../plans/commands/DropExpiredStatsCommand.java | 12 ++ .../trees/plans/commands/DropStatsCommand.java | 36 ++-- .../apache/doris/statistics/AnalysisManager.java | 7 +- .../plans/commands/DropCachedStatsCommandTest.java | 162 ++++++++++++++++ .../commands/DropExpiredStatsCommandTest.java} | 60 +++--- .../trees/plans/commands/DropStatsCommandTest.java | 203 +++++++++++++++++++++ 8 files changed, 444 insertions(+), 59 deletions(-) create mode 100644 fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/DropCachedStatsCommandTest.java copy fe/fe-core/src/test/java/org/apache/doris/{analysis/ShowEncryptKeysStmtTest.java => nereids/trees/plans/commands/DropExpiredStatsCommandTest.java} (52%) create mode 100644 fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/DropStatsCommandTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org