yiguolei commented on code in PR #11131: URL: https://github.com/apache/doris/pull/11131#discussion_r930666928
########## be/src/exec/olap_scanner.cpp: ########## @@ -83,7 +83,7 @@ Status OlapScanner::prepare( LOG(WARNING) << ss.str(); return Status::InternalError(ss.str()); } - _tablet_schema = _tablet->tablet_schema(); Review Comment: Maybe is better to use serizalie to pb and init_from_pb to build a new tablet schema. -- 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