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 f04f181249 [Bug](pipeline) RegressionTest failed release resouce cause
DCHECK failed #19772
f04f181249 is described below
commit f04f18124931865983230f7294dfe186d6a2e378
Author: HappenLee <[email protected]>
AuthorDate: Thu May 18 08:41:32 2023 +0800
[Bug](pipeline) RegressionTest failed release resouce cause DCHECK failed
#19772
---
be/src/pipeline/pipeline_fragment_context.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/be/src/pipeline/pipeline_fragment_context.h
b/be/src/pipeline/pipeline_fragment_context.h
index ebf9a1333c..db421262c2 100644
--- a/be/src/pipeline/pipeline_fragment_context.h
+++ b/be/src/pipeline/pipeline_fragment_context.h
@@ -139,7 +139,7 @@ private:
int _backend_num;
- ExecEnv* _exec_env;
+ ExecEnv* _exec_env = nullptr;
bool _prepared = false;
bool _submitted = false;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]