This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from b07ce175de4 Revert "[fix](move-memtable) only check missing tablets 
when commit i… (#29352)
     add 5985d216f33 [feature](mtmv)support cancel mtmv task command (#29252)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |  1 +
 .../org/apache/doris/analysis/DescribeStmt.java    |  4 +-
 .../apache/doris/job/extensions/mtmv/MTMVJob.java  | 43 ++++++++++++++++++++--
 .../apache/doris/job/extensions/mtmv/MTMVTask.java | 38 ++++++++++++++++++-
 .../doris/job/extensions/mtmv/MTMVTaskContext.java |  9 +++++
 .../org/apache/doris/mtmv/MTMVHookService.java     | 10 +++++
 .../java/org/apache/doris/mtmv/MTMVJobManager.java |  8 +++-
 .../org/apache/doris/mtmv/MTMVRelationManager.java |  6 +++
 .../java/org/apache/doris/mtmv/MTMVService.java    |  9 +++++
 .../doris/nereids/parser/LogicalPlanBuilder.java   | 10 +++++
 .../apache/doris/nereids/trees/plans/PlanType.java |  1 +
 ...MTMVCommand.java => CancelMTMVTaskCommand.java} | 20 +++++-----
 ...{PauseMTMVInfo.java => CancelMTMVTaskInfo.java} | 25 +++++++++++--
 .../trees/plans/commands/info/PauseMTMVInfo.java   |  7 ++++
 .../trees/plans/commands/info/RefreshMTMVInfo.java |  9 +++++
 .../trees/plans/commands/info/ResumeMTMVInfo.java  |  7 ++++
 .../trees/plans/visitor/CommandVisitor.java        |  5 +++
 .../tablefunction/JobsTableValuedFunction.java     | 10 +++--
 .../doris/tablefunction/MetadataGenerator.java     | 17 +++++++++
 .../tablefunction/TasksTableValuedFunction.java    | 10 +++--
 .../org/apache/doris/regression/suite/Suite.groovy |  2 +-
 .../suites/mtmv_p0/test_build_mtmv.groovy          |  4 ++
 ...est_pause_mtmv.groovy => test_task_mtmv.groovy} | 38 ++++++++++---------
 23 files changed, 245 insertions(+), 48 deletions(-)
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/{DropMTMVCommand.java
 => CancelMTMVTaskCommand.java} (66%)
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/{PauseMTMVInfo.java
 => CancelMTMVTaskInfo.java} (83%)
 copy regression-test/suites/mtmv_p0/{test_pause_mtmv.groovy => 
test_task_mtmv.groovy} (66%)


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

Reply via email to