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 fb5e5553894 [fix](test) fix unstable jdbc ddl case (#46697)
add 7a6c12524b1 [nereids](feat) implement CleanLabelCommand in nereids
(#46624)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 4 +-
.../org/apache/doris/load/loadv2/LoadManager.java | 5 +-
.../doris/nereids/parser/LogicalPlanBuilder.java | 9 +++
.../apache/doris/nereids/trees/plans/PlanType.java | 1 +
.../plans/commands/clean/CleanLabelCommand.java} | 44 +++++------
.../trees/plans/visitor/CommandVisitor.java | 5 ++
.../main/java/org/apache/doris/qe/DdlExecutor.java | 2 +-
.../ddl/clean/test_clean_label_nereids.groovy | 88 ++++++++++++++++++++++
8 files changed, 125 insertions(+), 33 deletions(-)
copy fe/fe-core/src/main/java/org/apache/doris/{analysis/CleanLabelStmt.java
=> nereids/trees/plans/commands/clean/CleanLabelCommand.java} (61%)
create mode 100644
regression-test/suites/nereids_p0/ddl/clean/test_clean_label_nereids.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]