xiaokang commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r928216332
########## be/src/vec/core/field.h: ########## @@ -269,6 +355,11 @@ class Field { create(data, size); } + void assign_json(const unsigned char* data, size_t size) { Review Comment: char* and unsinged char* is both needed as assign_string? -- 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