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


##########
be/src/olap/rowset_builder.cpp:
##########
@@ -414,19 +415,7 @@ void 
BaseRowsetBuilder::_build_current_tablet_schema(int64_t index_id,
                                                     indexes[i], 
ori_tablet_schema);
     }
     if (_tablet_schema->schema_version() > ori_tablet_schema.schema_version()) 
{
-        // After schema change, should include extracted column
-        // For example: a table has two columns, k and v
-        // After adding a column v2, the schema version increases, 
max_version_schema needs to be updated.
-        // _tablet_schema includes k, v, and v2
-        // if v is a variant, need to add the columns decomposed from the v to 
the _tablet_schema.
-        if (_tablet_schema->num_variant_columns() > 0) {

Review Comment:
   may be need to revert 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: 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