yiguolei commented on code in PR #51766: URL: https://github.com/apache/doris/pull/51766#discussion_r2153557257
########## be/src/util/jsonb_document.h: ########## @@ -756,6 +767,99 @@ class JsonbIntVal : public JsonbValue { } }; +template <typename T> + requires std::same_as<T, vectorized::Decimal256> || std::same_as<T, vectorized::Decimal128V3> +class JsonbDecimalVal : public JsonbValue { Review Comment: 另外,就是如果后面有人去改了decimal field 里的东西会直接影响这里的持久化,所以最好不要让他跟decimal field 有关系 -- 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