wangbo commented on a change in pull request #8234:
URL: https://github.com/apache/incubator-doris/pull/8234#discussion_r816706217
##########
File path: be/src/olap/tablet_schema.cpp
##########
@@ -246,6 +256,7 @@ uint32_t
TabletColumn::get_field_length_by_type(TPrimitiveType::type type, uint3
return 4;
case TPrimitiveType::DOUBLE:
return 8;
+ case TPrimitiveType::QUANTILE_STATE:
Review comment:
Why ```QUANTILE_STATE``` share the same type length with ```Object
Type```?
Is QUANTILE variable length type or fixed length?
--
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]