csun5285 commented on code in PR #24631:
URL: https://github.com/apache/doris/pull/24631#discussion_r1330342377


##########
be/src/vec/functions/function_jsonb.cpp:
##########
@@ -987,6 +998,7 @@ struct JsonbExtractDouble : public 
JsonbExtractImpl<JsonbTypeDouble> {
 struct JsonbExtractString : public JsonbExtractStringImpl<JsonbTypeString> {
     static constexpr auto name = "json_extract_string";
     static constexpr auto alias = "jsonb_extract_string";
+    static constexpr auto partial_alias = "get_json_string";

Review Comment:
   done



-- 
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]

Reply via email to