wangbo commented on code in PR #11392: URL: https://github.com/apache/doris/pull/11392#discussion_r949817356
########## be/src/olap/rowset/beta_rowset_reader.cpp: ########## @@ -59,27 +59,45 @@ Status BetaRowsetReader::init(RowsetReaderContext* read_context) { read_context->is_upper_keys_included->at(i)); } } + + bool can_reuse_schema = true; // delete_hanlder is always set, but it maybe not init, so that it will return empty conditions // or predicates when it is not inited. if (read_context->delete_handler != nullptr) { Review Comment: It seems that delete_handler is always not null whether delete condition exists. -- 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