amorynan commented on code in PR #42269:
URL: https://github.com/apache/doris/pull/42269#discussion_r1872462818


##########
be/src/vec/columns/column_array.cpp:
##########
@@ -417,7 +418,8 @@ void ColumnArray::pop_back(size_t n) {
 void ColumnArray::reserve(size_t n) {
     get_offsets().reserve(n);
     get_data().reserve(
-            n); /// The average size of arrays is not taken into account here. 
Or it is considered to be no more than 1.
+            get_offsets()

Review Comment:
   drop this file



-- 
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

Reply via email to