yiguolei commented on code in PR #11131: URL: https://github.com/apache/doris/pull/11131#discussion_r930672800
########## be/src/olap/tablet.cpp: ########## @@ -116,7 +116,7 @@ Status Tablet::_init_once_action() { for (const auto& rs_meta : _tablet_meta->all_rs_metas()) { Version version = rs_meta->version(); RowsetSharedPtr rowset; - res = RowsetFactory::create_rowset(&_schema, _tablet_path, rs_meta, &rowset); + res = RowsetFactory::create_rowset(_schema.get(), _tablet_path, rs_meta, &rowset); Review Comment: Change RowsetFactory::create_rowset method, using TabletSchemaSPtr as input parameter. -- 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