eldenmoon commented on code in PR #48699: URL: https://github.com/apache/doris/pull/48699#discussion_r2015854919
########## be/src/olap/tablet_schema.cpp: ########## @@ -938,14 +941,21 @@ void TabletSchema::clear_index_cache_handlers() { void TabletSchema::clear_index() { clear_index_cache_handlers(); _indexes.clear(); + _col_id_suffix_to_index.clear(); } void TabletSchema::remove_index(int64_t index_id) { std::vector<TabletIndexPtr> indexes; + _col_id_suffix_to_index.clear(); Review Comment: done -- 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