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 fa3bdbce966 [opt](nereids) enhance PUSH_DOWN_AGG_THROUGH_JOIN_ONE_SIDE 
(#43856)
     add b7d985d8ff8 [feat](Nereids) support cancel commands (#44422)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |  10 +-
 .../apache/doris/analysis/CancelExportStmt.java    |   9 ++
 .../org/apache/doris/analysis/CancelLoadStmt.java  |   9 ++
 .../org/apache/doris/job/manager/JobManager.java   |  89 +++++++++++
 .../main/java/org/apache/doris/load/ExportMgr.java |  74 ++++++++++
 .../org/apache/doris/load/loadv2/LoadManager.java  |  94 +++++++++++-
 .../doris/nereids/parser/LogicalPlanBuilder.java   |  38 +++++
 .../apache/doris/nereids/trees/plans/PlanType.java |   3 +
 .../trees/plans/commands/CancelCommand.java        | 162 +++++++++++++++++++++
 .../trees/plans/commands/CancelExportCommand.java  |  89 +++++++++++
 .../trees/plans/commands/CancelJobTaskCommand.java |   2 +-
 .../trees/plans/commands/CancelLoadCommand.java    |  94 ++++++++++++
 .../plans/commands/CancelWarmUpJobCommand.java     | 116 +++++++++++++++
 .../trees/plans/visitor/CommandVisitor.java        |  15 ++
 14 files changed, 792 insertions(+), 12 deletions(-)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/CancelCommand.java
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/CancelExportCommand.java
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/CancelLoadCommand.java
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/CancelWarmUpJobCommand.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to