HappenLee commented on code in PR #52994:
URL: https://github.com/apache/doris/pull/52994#discussion_r2203424821
##########
be/src/vec/columns/column_variant.h:
##########
@@ -474,6 +474,7 @@ class ColumnVariant final : public COWHelper<IColumn,
ColumnVariant> {
throw doris::Exception(ErrorCode::NOT_IMPLEMENTED_ERROR,
"replace_column_data" + get_name());
}
+ size_t serialize_size_at(size_t row) const override { return 0; }
Review Comment:
why variant is 0? maybe should not be exec the method?
--
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]