Gabriel39 commented on code in PR #15558: URL: https://github.com/apache/doris/pull/15558#discussion_r1061122774
########## be/src/runtime/primitive_type.h: ########## @@ -96,6 +96,10 @@ constexpr bool has_variable_type(PrimitiveType type) { type == TYPE_QUANTILE_STATE || type == TYPE_STRING; } +// NOTICE:signed integers always return bigint +// used for adapt data in varaint column's subcolumns +PrimitiveType get_primitive_type(vectorized::TypeIndex v_type); Review Comment: Unused method? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org