github-actions[bot] commented on code in PR #30446:
URL: https://github.com/apache/doris/pull/30446#discussion_r1467553373
##########
be/src/pipeline/exec/table_function_operator.h:
##########
@@ -96,6 +96,10 @@ class TableFunctionOperatorX final : public
StatefulOperatorX<TableFunctionLocal
local_state._child_source_state != SourceState::FINISHED;
}
+ DataDistribution required_data_distribution() const override {
Review Comment:
warning: method 'required_data_distribution' can be made static
[readability-convert-member-functions-to-static]
```suggestion
static DataDistribution required_data_distribution() 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]