sduzh commented on a change in pull request #4310:
URL: https://github.com/apache/incubator-doris/pull/4310#discussion_r467788222
##########
File path: be/src/olap/field.h
##########
@@ -261,6 +262,7 @@ class Field {
const KeyCoder* _key_coder;
uint16_t _index_size;
bool _is_nullable;
+ std::string _name;
Review comment:
Place `_name` under `_key_coder` could make a lesser size of `Field`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]