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 bf67d440f3f [Enhancement] (nereids)implement alterWorkloadPolicyCommand in nereids (#44501) add 9c640d89156 [Enhancement] (nereids)implement showEventsCommand in nereids (#44499) 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 + .../trees/plans/commands/ShowEventsCommand.java} | 29 +++++++++++++++++----- .../trees/plans/visitor/CommandVisitor.java | 5 ++++ .../show/test_show_commands_nereids.groovy | 1 + 6 files changed, 38 insertions(+), 7 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/{analysis/ShowEventsStmt.java => nereids/trees/plans/commands/ShowEventsCommand.java} (73%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org