eldenmoon commented on code in PR #26749:
URL: https://github.com/apache/doris/pull/26749#discussion_r1393606554
##########
be/src/olap/rowset/beta_rowset_reader.cpp:
##########
@@ -139,6 +139,7 @@ Status
BetaRowsetReader::get_segment_iterators(RowsetReaderContext* read_context
// because the absence of a schema version can result in reading a stale
version
// of the schema after a schema change.
if (_read_context->tablet_schema->schema_version() < 0 ||
+ _read_context->tablet_schema->num_variant_columns() > 0 ||
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]