You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/08/10 09:32:52 UTC

[GitHub] [incubator-doris] sduzh commented on a change in pull request #4310: Support batch delete [part 1]

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org