yiguolei commented on code in PR #26247:
URL: https://github.com/apache/doris/pull/26247#discussion_r1382514658
##########
be/src/pipeline/pipeline_x/pipeline_x_task.h:
##########
@@ -180,6 +197,8 @@ class PipelineXTask : public PipelineTask {
std::shared_ptr<LocalExchangeSharedState> _local_exchange_state;
int _task_idx;
bool _dry_run = false;
+
+ Dependency* _blocked_dep;
Review Comment:
use shared ptr or unique ptr, never use raw ptr
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]