morningman commented on a change in pull request #8500:
URL: https://github.com/apache/incubator-doris/pull/8500#discussion_r828691858
##########
File path: be/src/olap/olap_common.h
##########
@@ -143,7 +142,8 @@ enum FieldType {
OLAP_FIELD_TYPE_HLL = 23,
OLAP_FIELD_TYPE_BOOL = 24,
OLAP_FIELD_TYPE_OBJECT = 25,
- OLAP_FIELD_TYPE_STRING = 26
+ OLAP_FIELD_TYPE_STRING = 26,
+ OLAP_FIELD_TYPE_SIZE = 27 // Size of FieldType
Review comment:
And comment to notice that this must be the last field of `FieldType`
--
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]