jerryshao commented on code in PR #7772:
URL: https://github.com/apache/gravitino/pull/7772#discussion_r2228519273


##########
api/src/main/java/org/apache/gravitino/job/JobHandle.java:
##########
@@ -42,6 +42,9 @@ enum Status {
     /** The job has completed successfully. */
     SUCCEEDED,
 
+    /** The job is being cancelled. */
+    CANCELLING,
+
     /** The job has been cancelled. */
     CANCELLED;

Review Comment:
   No, it is not necessary. For most of the jobs like Spark, they don't support 
`pause` and `resume`, we don't have to handle these two statuses.



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

Reply via email to