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


##########
be/src/olap/rowset/segment_v2/segment_writer.cpp:
##########
@@ -286,6 +287,7 @@ Status SegmentWriter::_create_column_writer(uint32_t cid, 
const TabletColumn& co
     opts.compression_type = _opts.compression_type;
     opts.footer = &_footer;
     opts.input_rs_readers = _opts.rowset_ctx->input_rs_readers;
+    opts.variant_max_subcolumns_count = column.variant_max_subcolumns_count();

Review Comment:
   remove it



##########
be/src/olap/rowset/segment_v2/segment_writer.cpp:
##########
@@ -166,6 +166,7 @@ void SegmentWriter::init_column_meta(ColumnMetaPB* meta, 
uint32_t column_id,
     meta->set_result_is_nullable(column.get_result_is_nullable());
     meta->set_function_name(column.get_aggregation_name());
     meta->set_be_exec_version(column.get_be_exec_version());
+    
meta->set_variant_max_subcolumns_count(column.variant_max_subcolumns_count());

Review Comment:
   remove it



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

Reply via email to