wyb commented on a change in pull request #3715:
URL: https://github.com/apache/incubator-doris/pull/3715#discussion_r432797335



##########
File path: fe/src/main/java/org/apache/doris/load/loadv2/JobState.java
##########
@@ -21,6 +21,7 @@
 public enum JobState {
     UNKNOWN, // this is only for ISSUE #2354
     PENDING, // init state
+    ETL,     // load data partition, sort and aggregation with etl cluster

Review comment:
       JobState will be persisted in meta data by name, so the order of these 
state is not important




----------------------------------------------------------------
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.

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

Reply via email to