gaodayue commented on a change in pull request #3025: Restructure storage type 
to support complex types expending
URL: https://github.com/apache/incubator-doris/pull/3025#discussion_r395092121
 
 

 ##########
 File path: gensrc/proto/olap_file.proto
 ##########
 @@ -265,6 +265,8 @@ message ColumnPB {
     optional int32 referenced_column_id = 13; //   
     optional string referenced_column = 14; // ColumnMessage.referenced_column?
     optional bool has_bitmap_index = 15 [default=false]; // 
ColumnMessage.has_bitmap_index
+    repeated ColumnPB children_columns = 16;
+    repeated string children_column_names = 17;
 
 Review comment:
   Why we need `children_column_names`?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to