eldenmoon commented on code in PR #24170:
URL: https://github.com/apache/doris/pull/24170#discussion_r1324530557
##########
gensrc/thrift/Descriptors.thrift:
##########
@@ -60,6 +60,8 @@ struct TSlotDescriptor {
// materialize them.Used to optmize to read less data and less memory usage
13: optional bool need_materialize = true
14: optional bool is_auto_increment = false;
+ // `$.a.b.c` => ['$', 'a', 'b', 'c']
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]