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 85f9fbfd7e5 [Enhancement] (nereids)implement showOpenTablesCommand in
nereids (#50204)
add 7e7d5c56031 [Enhancement] (nereids)implement
CreateWorkloadPolicyCommand in nereids (#49370)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 8 +-
.../doris/nereids/parser/LogicalPlanBuilder.java | 56 ++++++++++++++
.../apache/doris/nereids/trees/plans/PlanType.java | 1 +
.../commands/CreateWorkloadPolicyCommand.java} | 85 ++++++----------------
.../trees/plans/visitor/CommandVisitor.java | 5 ++
.../WorkloadSchedPolicyMgr.java | 23 ++++--
.../test_create_workload_policy_command.groovy} | 28 +++----
7 files changed, 115 insertions(+), 91 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/{analysis/CreateWorkloadSchedPolicyStmt.java
=> nereids/trees/plans/commands/CreateWorkloadPolicyCommand.java} (57%)
copy regression-test/suites/{ddl_p0/test_createtable_strlen.groovy =>
nereids_p0/test_create_workload_policy_command.groovy} (64%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]