gavinchou commented on code in PR #32759: URL: https://github.com/apache/doris/pull/32759#discussion_r1549491727
########## fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java: ########## @@ -718,7 +723,8 @@ public Env(boolean isCheckpointCatalog) { Config.async_loading_load_task_pool_size, LoadTask.COMPARATOR, LoadTask.class, !isCheckpointCatalog); this.loadJobScheduler = new LoadJobScheduler(); - this.loadManager = EnvFactory.getInstance().createLoadManager(loadJobScheduler); + this.cleanCopyJobScheduler = new CleanCopyJobScheduler(); Review Comment: move it to CloudEnv ? ########## fe/fe-core/src/main/java/org/apache/doris/common/InternalErrorCode.java: ########## @@ -38,6 +38,9 @@ public enum InternalErrorCode { CANNOT_RESUME_ERR(105), TIMEOUT_TOO_MUCH(106), + // for external catalog + GET_REMOTE_DATA_ERROR(202), Review Comment: @w41ter PTAL -- 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