Mryange commented on code in PR #51766:
URL: https://github.com/apache/doris/pull/51766#discussion_r2151430245


##########
be/src/util/jsonb_document.h:
##########
@@ -133,6 +137,11 @@ enum class JsonbType : char {
     T_Array = 0x0B,
     T_Int128 = 0x0C,
     T_Float = 0x0D,
+    T_Decimal = 0x0E,    // DecimalV3 only

Review Comment:
   Decimal32/Decimal64 都变成Decimal128吗



-- 
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

Reply via email to