yujun777 commented on code in PR #34889: URL: https://github.com/apache/doris/pull/34889#discussion_r1621587878
########## be/src/olap/tablet_manager.cpp: ########## @@ -542,6 +540,22 @@ Status TabletManager::_drop_tablet_unlocked(TTabletId tablet_id, TReplicaId repl << "tablet_id=" << tablet_id; return Status::OK(); } + + TSchemaHash schema_hash = to_drop_tablet->schema_hash(); Review Comment: move code 543 ~ 558 after line 564 -- 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