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