sollhui commented on code in PR #56175:
URL: https://github.com/apache/doris/pull/56175#discussion_r2361676655
##########
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:
There is no compability issues
--
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]