csun5285 commented on code in PR #55375:
URL: https://github.com/apache/doris/pull/55375#discussion_r2313102379
##########
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:
基本性能无变化,导入 67843 行 github_events 数据,新路径 36s,旧路径37s
--
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]