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) {