This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new fda4afecf5 [RegressionTest](Pipeline) Fix pipeline failed in
regression test (#16880)
fda4afecf5 is described below
commit fda4afecf503a674b154d34829473c225e055ef2
Author: HappenLee <[email protected]>
AuthorDate: Fri Feb 17 20:49:17 2023 +0800
[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) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]