dataroaring commented on code in PR #56175:
URL: https://github.com/apache/doris/pull/56175#discussion_r2357479021


##########
fe/fe-core/src/main/java/org/apache/doris/job/common/JobStatus.java:
##########
@@ -19,7 +19,10 @@
 
 public enum JobStatus {
 
-
+    /**
+     * For streaming job, if the task has not been created, the job will be in 
pending state.
+     */
+    PENDING,

Review Comment:
   I am not sure if there a compability issues add an enum at the front.



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