yiguolei commented on code in PR #48398: URL: https://github.com/apache/doris/pull/48398#discussion_r1971635162
########## be/src/runtime/types.h: ########## @@ -68,15 +69,7 @@ struct TypeDescriptor { TypeDescriptor() : type(INVALID_TYPE), len(-1), precision(-1), scale(-1) {} // explicit TypeDescriptor(PrimitiveType type) : - TypeDescriptor(PrimitiveType type) : type(type), len(-1), precision(-1), scale(-1) { - if (type == TYPE_DECIMALV2) { - precision = 27; - scale = 9; Review Comment: 这个之前为啥有用 -- 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