HappenLee commented on code in PR #52126:
URL: https://github.com/apache/doris/pull/52126#discussion_r2162882038
##########
be/src/vec/columns/column_complex.h:
##########
@@ -261,7 +261,7 @@ MutableColumnPtr ColumnComplexType<T>::clone_resized(size_t
size) const {
if (size > 0) {
auto& new_col = assert_cast<Self&>(*res);
- new_col.data = this->data;
Review Comment:
we should have ut to conver the error code.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]