This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git
from a986c181c2 [improvement](vertical compaction) cache segment in vertical compaction (#16101) new 33376b71f0 [Feature](export) Support cancel export statement (#15128) new 5e35e74682 [Enhancement](export) cancel all running coordinators when execute cancel-export statement. (#15801) The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: fe/fe-core/src/main/cup/sql_parser.cup | 4 + .../{CancelLoadStmt.java => CancelExportStmt.java} | 40 ++--- .../org/apache/doris/analysis/CancelLoadStmt.java | 3 + .../main/java/org/apache/doris/load/ExportJob.java | 29 +++- .../main/java/org/apache/doris/load/ExportMgr.java | 61 ++++++- .../main/java/org/apache/doris/qe/DdlExecutor.java | 3 + .../org/apache/doris/task/ExportExportingTask.java | 26 ++- .../doris/analysis/CancelExportStmtTest.java | 190 +++++++++++++++++++++ 8 files changed, 316 insertions(+), 40 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/analysis/{CancelLoadStmt.java => CancelExportStmt.java} (78%) create mode 100644 fe/fe-core/src/test/java/org/apache/doris/analysis/CancelExportStmtTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org