spaces-X commented on a change in pull request #8500:
URL: https://github.com/apache/incubator-doris/pull/8500#discussion_r829676895
##########
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, Notice: This must be the
last field of FieldType
Review comment:
May be we should enlarge this value to make sure it can be alway at the
last field in enum.
--
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]