doris-robot commented on PR #41948:
URL: https://github.com/apache/doris/pull/41948#issuecomment-2415982175
Thank you for your contribution to Apache Doris.
Don't know what should be done next? See [How to process your
PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y
zhangstar333 opened a new pull request, #41948:
URL: https://github.com/apache/doris/pull/41948
## Proposed changes
```
void resize_fill(size_t n, const T& value) {
size_t old_size = this->size();
if (n > old_size) {
this->reserve(n);