Mryange commented on code in PR #50940: URL: https://github.com/apache/doris/pull/50940#discussion_r2165525528
########## be/src/runtime/primitive_type.h: ########## @@ -61,6 +61,8 @@ using DataTypeInt128 = DataTypeNumber<TYPE_LARGEINT>; using DataTypeFloat32 = DataTypeNumber<TYPE_FLOAT>; using DataTypeFloat64 = DataTypeNumber<TYPE_DOUBLE>; using DataTypeBool = DataTypeNumber<TYPE_BOOLEAN>; +using DataTypeUInt8 = DataTypeNumber<TYPE_BOOLEAN>; Review Comment: 为什么要有一个这个?而不是直接DataTypeBool -- 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]
