HappenLee commented on code in PR #33295: URL: https://github.com/apache/doris/pull/33295#discussion_r1554808795
########## be/src/vec/columns/column_array.cpp: ########## @@ -119,7 +119,12 @@ ColumnArray::ColumnArray(MutableColumnPtr&& nested_column) : data(std::move(nest } MutableColumnPtr ColumnArray::get_shrinked_column() { - return ColumnArray::create(data->get_shrinked_column(), offsets->assume_mutable()); + if (data->is_column_string() || data->is_column_array() || data->is_column_map() || Review Comment: use virtual func to do the work -- 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