[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:
HappenLee
2023-02-17 20:49:17 +08:00
committed by GitHub
parent ea0e090a77
commit fda4afecf5

View File

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