github-actions[bot] commented on code in PR #27817:
URL: https://github.com/apache/doris/pull/27817#discussion_r1410332597
##########
be/src/vec/sink/vrow_distribution.cpp:
##########
@@ -175,7 +163,7 @@ Status VRowDistribution::_filter_block(vectorized::Block*
block,
return Status::OK();
}
-Status VRowDistribution::_generate_rows_distribution_for_non_auto_parititon(
+Status VRowDistribution::_generate_rows_distribution_for_non_auto_partition(
Review Comment:
warning: method '_generate_rows_distribution_for_non_auto_partition' can be
made static [readability-convert-member-functions-to-static]
```suggestion
static Status
VRowDistribution::_generate_rows_distribution_for_non_auto_partition(
```
--
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]