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 bb96c24dc77 [fix](memory) Fix metadata memory tracking and profile (#44739) add fa278fe0843 [feat](Nereids) support admin commands (#44861) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 6 +- .../main/java/org/apache/doris/catalog/Env.java | 6 +- .../org/apache/doris/catalog/MetadataViewer.java | 123 +++++++++++++++++++++ .../doris/nereids/parser/LogicalPlanBuilder.java | 32 ++++++ .../apache/doris/nereids/trees/plans/PlanType.java | 2 + .../plans/commands/AdminCompactTableCommand.java} | 111 +++++++++---------- ...and.java => AdminShowReplicaStatusCommand.java} | 122 ++++++++++++++------ .../trees/plans/visitor/CommandVisitor.java | 11 ++ .../suites/control_p0/set_replica_status.groovy | 3 + 9 files changed, 320 insertions(+), 96 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/{analysis/AdminCompactTableStmt.java => nereids/trees/plans/commands/AdminCompactTableCommand.java} (51%) copy fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/{ShowReplicaDistributionCommand.java => AdminShowReplicaStatusCommand.java} (54%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org