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: [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]

Reply via email to