ChenMiaoi commented on code in PR #50151: URL: https://github.com/apache/doris/pull/50151#discussion_r2053918264
########## be/test/vec/function/function_jsonb_test.cpp: ########## @@ -2083,4 +2083,112 @@ TEST(FunctionJsonbTEST, GetJsonDoubleTest) { static_cast<void>(check_function<DataTypeFloat64, true>(func_name, input_types, data_set)); } + Review Comment: Normal JsonSearch is json_seach(json_doc, one/all, search_value); -- 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