mrhhsg commented on code in PR #55575:
URL: https://github.com/apache/doris/pull/55575#discussion_r2323894283
##########
be/src/vec/functions/function_jsonb.cpp:
##########
@@ -2059,19 +2052,18 @@ class FunctionJsonbModify : public IFunction {
}
std::vector<const JsonbValue*> parents;
+ JsonbWriter writer;
Review Comment:
因为性能问题,JsonbWriter 不能一行一个,需要复用,每行 reset 一下,去掉 writer_holders
--
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]