From fda4afecf503a674b154d34829473c225e055ef2 Mon Sep 17 00:00:00 2001 From: HappenLee Date: Fri, 17 Feb 2023 20:49:17 +0800 Subject: [PATCH] [RegressionTest](Pipeline) Fix pipeline failed in regression test (#16880) regression-test/suites/inverted_index_p0/test_add_drop_index_with_data.groovy --- be/src/pipeline/pipeline_fragment_context.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/be/src/pipeline/pipeline_fragment_context.cpp b/be/src/pipeline/pipeline_fragment_context.cpp index 524e1be67e..6b41647d58 100644 --- a/be/src/pipeline/pipeline_fragment_context.cpp +++ b/be/src/pipeline/pipeline_fragment_context.cpp @@ -120,7 +120,6 @@ void PipelineFragmentContext::cancel(const PPlanFragmentCancelReason& reason, } if (reason != PPlanFragmentCancelReason::LIMIT_REACH) { _exec_status = Status::Cancelled(msg); - _set_is_report_on_cancel(false); } _runtime_state->set_is_cancelled(true); if (_pipe != nullptr) {