csun5285 commented on code in PR #47541:
URL: https://github.com/apache/doris/pull/47541#discussion_r1952164232


##########
be/src/olap/tablet_meta.cpp:
##########
@@ -444,6 +444,9 @@ void TabletMeta::init_column_from_tcolumn(uint32_t 
unique_id, const TColumn& tco
         init_column_from_tcolumn(tcolumn.children_column[i].col_unique_id,
                                  tcolumn.children_column[i], children_column);
     }
+    if (tcolumn.__isset.variant_max_subcolumns_count) {
+        
column->set_variant_max_subcolumns_count(tcolumn.variant_max_subcolumns_count);

Review Comment:
   tcolumn.column_type.variant_max_subcolumns_count



-- 
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

Reply via email to