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 b1ef59caf96 [fix](ci) cloud_p0 stop be first before stop ms (#50681)
add 0e58df1e5a4 [Enhancement] (nereids) implement adminCopyTabletCommand
in nereids (#49179)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 2 +-
.../doris/nereids/parser/LogicalPlanBuilder.java | 13 +
.../apache/doris/nereids/trees/plans/PlanType.java | 1 +
.../plans/commands/AdminCopyTabletCommand.java | 265 +++++++++++++++++++++
.../trees/plans/visitor/CommandVisitor.java | 5 +
...ndTest.java => AdminCopyTabletCommandTest.java} | 72 +++---
6 files changed, 317 insertions(+), 41 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/AdminCopyTabletCommand.java
copy
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/{ShowFrontendsCommandTest.java
=> AdminCopyTabletCommandTest.java} (58%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]