gavinchou commented on code in PR #48299: URL: https://github.com/apache/doris/pull/48299#discussion_r1969039440
########## cloud/test/schema_kv_test.cpp: ########## @@ -110,8 +110,8 @@ static void check_get_tablet(MetaServiceProxy* meta_service, int64_t tablet_id, }; TEST(DetachSchemaKVTest, TabletTest) { - auto meta_service = get_meta_service(); - // meta_service->resource_mgr().reset(); // Do not use resource manager + auto meta_service = + get_meta_service(); // meta_service->resource_mgr().reset(); // Do not use resource manager Review Comment: remove unused -- 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