yiguolei commented on code in PR #32346: URL: https://github.com/apache/doris/pull/32346#discussion_r1528028084
########## be/src/runtime/query_context.h: ########## @@ -61,6 +61,11 @@ struct ReportStatusRequest { std::function<void(const PPlanFragmentCancelReason&, const std::string&)> cancel_fn; }; +struct PipelineFragmentContextWrapper { + bool valid = false; Review Comment: if valid variable is useless, then the wrapper is useless -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org