[RegressionTest](Pipeline) Fix pipeline failed in regression test (#16880)
regression-test/suites/inverted_index_p0/test_add_drop_index_with_data.groovy
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user