eldenmoon commented on code in PR #55375:
URL: https://github.com/apache/doris/pull/55375#discussion_r2312752748
##########
be/src/vec/json/parse2column.cpp:
##########
@@ -221,18 +223,119 @@ void parse_json_to_variant(IColumn& column, const char*
src, size_t length,
#endif
}
+// parse json string and insert to variant column
+// this function is not support for flattening nested jsonb
+void parse_json_string_to_variant(IColumn& column, const char* src, size_t
length) {
Review Comment:
need to test performance when changed to the new parser
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]