smengcl commented on code in PR #4819:
URL: https://github.com/apache/ozone/pull/4819#discussion_r1232927387
##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/snapshot/SnapshotDiffResponse.java:
##########
@@ -43,16 +45,59 @@ public static JobStatus fromProtobuf(JobStatusProto
jobStatusProto) {
}
}
+ /**
+ * Snapshot diff cancel status enum.
+ */
+ public enum CancelStatus {
Review Comment:
Similarly
```suggestion
public enum JobCancelResult {
```
--
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]