yiguolei commented on code in PR #13273: URL: https://github.com/apache/doris/pull/13273#discussion_r994101749
########## be/src/olap/schema_change.cpp: ########## @@ -1290,15 +1289,15 @@ Status VSchemaChangeDirectly::_inner_process(RowsetReaderSharedPtr rowset_reader std::make_unique<vectorized::Block>(new_tablet->tablet_schema()->create_block()); Review Comment: could move new block code to while ? and using do {} while (true) -- 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