adonis0147 commented on a change in pull request #8494: URL: https://github.com/apache/incubator-doris/pull/8494#discussion_r828181301
########## File path: be/src/vec/columns/column_array.cpp ########## @@ -311,7 +311,7 @@ void ColumnArray::insert_range_from(const IColumn & src, size_t start, size_t le cur_offsets.assign(src_offsets.begin(), src_offsets.begin() + length); } else { size_t old_size = cur_offsets.size(); - size_t prev_max_offset = old_size ? cur_offsets.back() : 0; Review comment: Added a comment to explain this. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org