xiaokang commented on code in PR #15491: URL: https://github.com/apache/doris/pull/15491#discussion_r1062060054
########## be/src/util/jsonb_writer.h: ########## @@ -234,6 +234,17 @@ class JsonbWriterT { return 0; } + uint32_t writeInt128(__int128_t v) { + if (!stack_.empty() && verifyValueState()) { Review Comment: add (first_ && stack_.empty()) check like writeInt64 -- 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