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 ad674b2d35b [fix](p0) Fix `test_array_map` (#53710)
     add f4d0b4b184f [Enhancement] (nereids)implement showAnalyzeTaskCommand in 
nereids (#53161)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |   8 +-
 .../doris/nereids/parser/LogicalPlanBuilder.java   |   8 ++
 .../apache/doris/nereids/trees/plans/PlanType.java |   1 +
 .../plans/commands/ShowAnalyzeTaskCommand.java     | 109 +++++++++++++++++++++
 .../trees/plans/visitor/CommandVisitor.java        |   5 +
 .../show/test_show_analyze_task_status_cmd.groovy  |  78 +++++++++++++++
 6 files changed, 203 insertions(+), 6 deletions(-)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowAnalyzeTaskCommand.java
 create mode 100644 
regression-test/suites/nereids_p0/show/test_show_analyze_task_status_cmd.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to