github-actions[bot] commented on code in PR #26817: URL: https://github.com/apache/doris/pull/26817#discussion_r1390313487
########## be/src/pipeline/pipeline_x/pipeline_x_task.h: ########## @@ -70,19 +70,32 @@ class PipelineXTask : public PipelineTask { // must be call after all pipeline task is finish to release resource Status close(Status exec_status) override; - bool source_can_read() override { - if (_dry_run) { - return true; - } + Dependency* read_blocked_by() { Review Comment: warning: method 'read_blocked_by' can be made static [readability-convert-member-functions-to-static] ```suggestion static Dependency* read_blocked_by() { ``` -- 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