Lchangliang commented on code in PR #12160: URL: https://github.com/apache/doris/pull/12160#discussion_r965453384
########## be/src/olap/tablet.cpp: ########## @@ -99,6 +99,15 @@ Tablet::Tablet(TabletMetaSharedPtr tablet_meta, DataDir* data_dir, // construct _timestamped_versioned_tracker from rs and stale rs meta _timestamped_version_tracker.construct_versioned_tracker(_tablet_meta->all_rs_metas(), _tablet_meta->all_stale_rs_metas()); + // if !_tablet_meta->all_rs_metas()[0]->tablet_schema(), + // that mean the tablet_meta is still no upgrade to 1.2. Review Comment: 1.2 mean doris 1.2 version. And i already add more comment information. -- 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