HappenLee commented on a change in pull request #8267:
URL: https://github.com/apache/incubator-doris/pull/8267#discussion_r817639363



##########
File path: be/src/vec/columns/column_complex.h
##########
@@ -67,6 +67,7 @@ class ColumnComplexType final : public COWHelper<IColumn, 
ColumnComplexType<T>>
             for (size_t i = 0; i < num; i++) {
                 uint32_t len = len_array[i];
                 uint32_t start_offset = start_offset_array[i];
+                insert_default();

Review comment:
       maybe here should call `resize()` first and `for-loop` to deserialize




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