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 6ce45c43e36 [Test][Fix](parquet-reader) Add parquet decoder unit tests and fix bugs by these tests. (#49182) add c8783bd7a18 [Enhancement] (nereids) implement showTableStatsCommand in nereids (#48827) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 6 +- .../doris/nereids/parser/LogicalPlanBuilder.java | 22 ++ .../apache/doris/nereids/trees/plans/PlanType.java | 1 + .../plans/commands/ShowTableStatsCommand.java} | 272 +++++++++++---------- .../trees/plans/visitor/CommandVisitor.java | 5 + ...andTest.java => ShowTableStatsCommandTest.java} | 107 ++++---- 6 files changed, 231 insertions(+), 182 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/{analysis/ShowTableStatsStmt.java => nereids/trees/plans/commands/ShowTableStatsCommand.java} (65%) copy fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/{DropCachedStatsCommandTest.java => ShowTableStatsCommandTest.java} (57%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org