spaces-X commented on a change in pull request #8234:
URL: https://github.com/apache/incubator-doris/pull/8234#discussion_r816755862
##########
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:
QUANTILE_STATE is variable length type, which is same to BITMAP.
It only store `ptr`(8 byte) and `length`(8 byte) in the TupleRow.
--
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]