HappenLee commented on code in PR #33124: URL: https://github.com/apache/doris/pull/33124#discussion_r1554845002
########## gensrc/proto/types.proto: ########## @@ -188,6 +188,8 @@ message PValues { repeated string string_value = 11; repeated bytes bytes_value = 12; repeated PDateTime datetime_value = 13; + repeated PValues child_element = 14; + repeated int64 child_offset=15; Review Comment: = 15 -- 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