freesinger commented on code in PR #10322:
URL: https://github.com/apache/doris/pull/10322#discussion_r920722912


##########
be/src/vec/common/string_ref.h:
##########
@@ -73,6 +75,18 @@ struct StringRef {
     static StringRef from_string_val(StringVal sv) {
         return StringRef(reinterpret_cast<char*>(sv.ptr), sv.len);
     }
+
+    doris::JsonbDocument& to_jsonb_doc() const {

Review Comment:
   fixed, make it as a normal function in data_type_json.cpp



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

Reply via email to