amorynan commented on code in PR #25669: URL: https://github.com/apache/doris/pull/25669#discussion_r1368088275
########## be/src/vec/columns/column_array.cpp: ########## @@ -422,7 +422,8 @@ void ColumnArray::reserve(size_t n) { //please check you real need size in data column, because it's maybe need greater size when data is string column void ColumnArray::resize(size_t n) { Review Comment: struct has no offsets array so do not has this problem -- 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