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 8b9809e1c02 [Enhancement] (nereids)implement showSmallFilesCommand in nereids (#44453) add 78717e32bca [Enhancement] (nereids)implement DropWorkloadGroupCommand in nereids (#44482) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 2 +- .../doris/nereids/parser/LogicalPlanBuilder.java | 7 ++++ .../apache/doris/nereids/trees/plans/PlanType.java | 1 + ...eCommand.java => DropWorkloadGroupCommand.java} | 18 ++++----- .../trees/plans/visitor/CommandVisitor.java | 5 +++ .../resource/workloadgroup/WorkloadGroupMgr.java | 7 +++- .../test_nereids_workload_test.out} | 8 ++-- .../test_nereids_workload_test.groovy | 43 +++++----------------- 8 files changed, 40 insertions(+), 51 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/{DropSqlBlockRuleCommand.java => DropWorkloadGroupCommand.java} (78%) copy regression-test/data/{bloom_filter_p0/test_bloom_filter_drop_column.out => workload_manager_p0/test_nereids_workload_test.out} (56%) copy be/src/http/action/config_action.h => regression-test/suites/workload_manager_p0/test_nereids_workload_test.groovy (53%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org