This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new f52d479 [fix](ut) fix be ut fragment_mgr_test compile failed (#8344)
f52d479 is described below
commit f52d479cbc16bf170fbb6a0f8a317265c6f4ed53
Author: Zhengguo Yang <[email protected]>
AuthorDate: Sat Mar 5 14:43:20 2022 +0800
[fix](ut) fix be ut fragment_mgr_test compile failed (#8344)
---
be/test/runtime/fragment_mgr_test.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/be/test/runtime/fragment_mgr_test.cpp
b/be/test/runtime/fragment_mgr_test.cpp
index ffe11b4..304d6d8 100644
--- a/be/test/runtime/fragment_mgr_test.cpp
+++ b/be/test/runtime/fragment_mgr_test.cpp
@@ -47,7 +47,8 @@ Status PlanFragmentExecutor::open() {
return s_open_status;
}
-void PlanFragmentExecutor::cancel() {}
+void PlanFragmentExecutor::cancel(const PPlanFragmentCancelReason& reason,
const std::string& msg) {
+}
void PlanFragmentExecutor::set_abort() {
LOG(INFO) << "Plan Aborted";
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]