yiguolei commented on code in PR #18051:
URL: https://github.com/apache/doris/pull/18051#discussion_r1156662366
##########
be/src/vec/columns/column_fixed_length_object.h:
##########
@@ -227,6 +227,8 @@ class ColumnFixedLengthObject final : public
COWHelper<IColumn, ColumnFixedLengt
LOG(FATAL) << "replace_column_data_default not supported";
}
+ bool can_be_inside_nullable() const override { return true; }
Review Comment:
This method is useless?
--
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]