zddr commented on code in PR #15702: URL: https://github.com/apache/doris/pull/15702#discussion_r1070557535
########## fe/fe-core/src/main/java/org/apache/doris/datasource/CatalogMgr.java: ########## @@ -544,6 +544,28 @@ public void replayRefreshExternalDb(ExternalObjectLog log) { } } + public void refreshExternalTable(String dbName, String tableName, String catalogName) throws DdlException { Review Comment: That method is not abstract enough. I abstracted a method and put it in CatalogMgr, and then deleted the method in RefreshMgr -- 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