github-actions[bot] commented on code in PR #24656: URL: https://github.com/apache/doris/pull/24656#discussion_r1333887896
########## be/src/pipeline/pipeline_x/operator.h: ########## @@ -593,6 +611,7 @@ class PipelineXSinkLocalState : public PipelineXSinkLocalStateBase { } std::string debug_string(int indentation_level) const override; + typename DependencyType::SharedState*& get_shared_state() { return _shared_state; } Review Comment: warning: function 'debug_string' should be marked [[nodiscard]] [modernize-use-nodiscard] ```suggestion [[nodiscard]] std::string debug_string(int indentation_level) const override; ``` -- 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