csun5285 commented on code in PR #63153:
URL: https://github.com/apache/doris/pull/63153#discussion_r3231059936
##########
be/src/storage/field.h:
##########
@@ -54,7 +54,7 @@ class StorageField {
virtual ~StorageField() = default;
- size_t size() const { return _type_info->size(); }
+ size_t size() const { return field_type_size(_type); }
Review Comment:
这里算的是Slice 有多大,不是里面的字符串有多长
--
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]