github-actions[bot] commented on code in PR #33595:
URL: https://github.com/apache/doris/pull/33595#discussion_r1568186109
##########
be/src/pipeline/exec/table_function_operator.h:
##########
@@ -56,6 +56,13 @@ class TableFunctionLocalState final : public
PipelineXLocalState<> {
~TableFunctionLocalState() override = default;
Status open(RuntimeState* state) override;
+ Status close(RuntimeState* state) override {
Review Comment:
warning: method 'close' can be made static
[readability-convert-member-functions-to-static]
```suggestion
static Status close(RuntimeState* state) 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]