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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to