qidaye commented on code in PR #24559: URL: https://github.com/apache/doris/pull/24559#discussion_r1335317924
########## fe/fe-core/src/main/java/org/apache/doris/datasource/ExternalCatalog.java: ########## @@ -279,8 +279,7 @@ protected void init() { } dbNameToId = tmpDbNameToId; idToDb = tmpIdToDb; - long currentTime = System.currentTimeMillis(); - lastUpdateTime = currentTime; + lastUpdateTime = System.currentTimeMillis(); Review Comment: What's the difference? ########## fe/fe-core/src/main/java/org/apache/doris/datasource/EsExternalCatalog.java: ########## @@ -125,26 +122,6 @@ protected void initLocalObjectsImpl() { } } - @Override Review Comment: Why remove this? -- 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