yiguolei commented on code in PR #63153:
URL: https://github.com/apache/doris/pull/63153#discussion_r3231048438
##########
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:
这个对于varchar string 来说,只有一个类型名称,就能算出来多大?
--
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]